mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Compare commits
2 commits
efff74008b
...
dc1bd0dc18
| Author | SHA1 | Date | |
|---|---|---|---|
| dc1bd0dc18 | |||
| dc39c3f1fe |
2 changed files with 12 additions and 9 deletions
|
|
@ -8,5 +8,6 @@
|
|||
++ [ (import ./security.nix) ]
|
||||
++ [ (import ./services.nix) ]
|
||||
++ [ (import ./system.nix) ]
|
||||
++ [(import ./user.nix)];
|
||||
++ [ (import ./user.nix) ]
|
||||
++ [ (import ./virtualization.nix) ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
libvirtd.enable =
|
||||
if (host == "violet") then
|
||||
true
|
||||
else if (host == "dandelion") then
|
||||
true
|
||||
else if (host == "sakura") then
|
||||
true
|
||||
else if (host == "yoshino") then
|
||||
|
|
@ -36,7 +38,7 @@
|
|||
# { };
|
||||
|
||||
users.groups.libvirtd.members =
|
||||
if (config.virtualisation.waydroid.enable == true) then [ username ] else [ ];
|
||||
if (config.virtualisation.libvirtd.enable == true) then [ username ] else [ ];
|
||||
|
||||
# Enable qemu etc
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue