split docker and libvirt
This commit is contained in:
@@ -8,7 +8,8 @@ in
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/gui.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/docker.nix
|
||||
../configs/libvirt.nix
|
||||
../configs/common.nix
|
||||
../configs/user-gui.nix
|
||||
../configs/user.nix
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/common.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/docker.nix
|
||||
../configs/libvirt.nix
|
||||
../configs/user.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/docker.nix
|
||||
../configs/common.nix
|
||||
../configs/user.nix
|
||||
];
|
||||
|
||||
@@ -18,7 +18,8 @@ in
|
||||
<nixos-hardware/lenovo/thinkpad/x1-extreme>
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/gui.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/docker.nix
|
||||
../configs/libvirt.nix
|
||||
../configs/common.nix
|
||||
../configs/user.nix
|
||||
../configs/user-gui.nix
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/common.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/docker.nix
|
||||
../configs/user.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user