This commit is contained in:
Lilith 2025-12-04 15:49:10 +01:00
parent 05a9d96d4e
commit b220ff36bb
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
12 changed files with 49 additions and 54 deletions

View file

@ -17,7 +17,7 @@
services.dbus.enable = true;
programs.hyprland.enable = true;
programs.hyprland.package = hyprland.packages.${pkgs.system}.hyprland;
programs.hyprland.package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
services.greetd = {
enable = true;

View file

@ -13,17 +13,7 @@
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"_netdev"
];
};
fileSystems."/mnt/nas/torrent" = {
device = "nixserver:/torrent";
fsType = "nfs";
options = [
"nfsvers=4.2"
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=600"
"x-systemd.device-timeout=1"
"_netdev"
];
};