i dont remember what i did, flake update
This commit is contained in:
parent
5bbc58409a
commit
eff0fa6153
8 changed files with 61 additions and 46 deletions
|
|
@ -16,6 +16,11 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-amd" "nct6775" "asus-wmi-sensors"];
|
||||
boot.extraModulePackages = [];
|
||||
fileSystems."/mnt/share" = {
|
||||
device = "192.168.1.200:/mnt/hdds/Main";
|
||||
fsType = "nfs";
|
||||
options = ["_netdev" "noauto" "x-systemd.automount" "x-systemd.mount-timeout=10" "timeo=14" "x-systemd.idle-timeout=600"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
fileSystems."/mnt/backup" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue