chore: remove unused dae configs from aqua

This commit is contained in:
Ryan Yin
2024-03-27 22:04:30 +08:00
parent bdfd583b65
commit ae07e142d7
5 changed files with 3 additions and 609 deletions
+2 -4
View File
@@ -8,8 +8,6 @@ let
hostName = "aquamarine"; # Define your hostname.
in {
imports = [
./router.nix
./dae.nix
];
# supported file systems, so we can mount any removable disks with these filesystems
@@ -22,8 +20,8 @@ in {
"exfat"
];
boot.kernelModules = ["kvm-amd"];
boot.extraModprobeConfig = "options kvm_amd nested=1"; # for amd cpu
# boot.kernelModules = ["kvm-amd"];
# boot.extraModprobeConfig = "options kvm_amd nested=1"; # for amd cpu
networking = {
inherit hostName;