mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: import virtualization by default as it is host-based
This commit is contained in:
parent
dc39c3f1fe
commit
dc1bd0dc18
1 changed files with 9 additions and 8 deletions
|
|
@ -8,5 +8,6 @@
|
|||
++ [ (import ./security.nix) ]
|
||||
++ [ (import ./services.nix) ]
|
||||
++ [ (import ./system.nix) ]
|
||||
++ [(import ./user.nix)];
|
||||
++ [ (import ./user.nix) ]
|
||||
++ [ (import ./virtualization.nix) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue