hosts/Infini-STICK: add hardware-configuration

This commit is contained in:
Infinidoge 2021-10-27 23:32:45 -04:00
parent 291e12570d
commit 1babd9a3a0
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@
btrfs btrfs
]) ])
./hardware-configuration.nix
]; ];
system.stateVersion = "21.11"; system.stateVersion = "21.11";

View file

@ -14,7 +14,7 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/sda1"; device = "/dev/disk/by-uuid/b2165920-9be1-435d-838b-82346311892f";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=root" "compress=zstd" "autodefrag" "noatime" ]; options = [ "subvol=root" "compress=zstd" "autodefrag" "noatime" ];
}; };