mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
hosts/plover: set hardware config for Hetzner Cloud
This commit is contained in:
parent
de3ad5978b
commit
15ad934550
@ -8,6 +8,17 @@
|
||||
fileSystems."/" = lib.mkOverride 2000 {
|
||||
label = "nixos";
|
||||
fsType = "ext4";
|
||||
autoResize = true;
|
||||
options = [ "defaults" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = lib.mkOverride 2000 {
|
||||
label = "boot";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
label = "swap";
|
||||
options = [ "defaults" ];
|
||||
priority = 5;
|
||||
}];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user