mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: disable virtualisation as a default since not all hosts support virtualisation out of the box
This commit is contained in:
parent
eb3f5f73dc
commit
2431d2c3d6
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
++ [ (import ./security.nix) ]
|
++ [ (import ./security.nix) ]
|
||||||
++ [ (import ./services.nix) ]
|
++ [ (import ./services.nix) ]
|
||||||
++ [ (import ./system.nix) ]
|
++ [ (import ./system.nix) ]
|
||||||
++ [ (import ./user.nix) ]
|
++ [ (import ./user.nix) ];
|
||||||
++ [ (import ./virtualization.nix) ];
|
# ++ [ (import ./virtualization.nix) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue