i dont remember what i did, flake update

This commit is contained in:
tulg 2026-02-08 13:08:15 +03:00
parent 5bbc58409a
commit eff0fa6153
8 changed files with 61 additions and 46 deletions

View file

@ -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" = {