mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: import virtualization everywhere, toggle inside virtualization.nix which hosts have access to it
This commit is contained in:
parent
6895cff885
commit
80de195146
1 changed files with 2 additions and 1 deletions
|
|
@ -18,5 +18,6 @@
|
||||||
++ [ (import ./user.nix) ]
|
++ [ (import ./user.nix) ]
|
||||||
++ [ (import ./bluetooth.nix) ]
|
++ [ (import ./bluetooth.nix) ]
|
||||||
++ [ (import ./yubikey.nix) ]
|
++ [ (import ./yubikey.nix) ]
|
||||||
++ [ (import ./wayland.nix) ];
|
++ [ (import ./wayland.nix) ]
|
||||||
|
++ [ (import ./virtualization.nix) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue