This commit is contained in:
2025-03-11 22:39:59 +02:00
parent 630285cea7
commit f8e593a51c
2 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
inputs.disko.nixosModules.disko
./hosts/default/hardware-configuration.nix
./hosts/default/configuration.nix
./hosts/default/disko.nix
];
};
};

View File

@@ -13,6 +13,7 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
/*
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8efee6be-05b9-4349-966b-4cf924c644e4";
fsType = "btrfs";
@@ -44,6 +45,7 @@
};
swapDevices = [ { device = "/swap/swapfile"; } ];
*/
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's