flake up
This commit is contained in:
parent
5e4b53d885
commit
6b3f5da05b
3 changed files with 35 additions and 25 deletions
|
|
@ -18,7 +18,15 @@
|
|||
boot.extraModulePackages = [];
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
fileSystems."/mnt/backup" = {
|
||||
device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"nofail" # don’t block boot if missing
|
||||
"x-systemd.automount" # mount on first access
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue