hosts/Infini-STICK: add hardware-configuration
This commit is contained in:
parent
291e12570d
commit
1babd9a3a0
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
|
||||
btrfs
|
||||
])
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda1";
|
||||
device = "/dev/disk/by-uuid/b2165920-9be1-435d-838b-82346311892f";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=root" "compress=zstd" "autodefrag" "noatime" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue