fix stuck loading

This commit is contained in:
Rachel Lambda Samuelsson 2025-02-23 21:01:24 +01:00
parent a1502163f9
commit d201103df0
2 changed files with 4 additions and 4 deletions

View File

@ -231,11 +231,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735049224, "lastModified": 1739557722,
"narHash": "sha256-fWUd9kyXdepphJ7cCzOsuSo7l0kbFCkUqfgKqZyFZzE=", "narHash": "sha256-XikzLpPUDYiNyJ4w2SfRShdbSkIgE3btYdxCGInmtc4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "plasma-manager", "repo": "plasma-manager",
"rev": "d16bbded0ae452bc088489e7dca3ef58d8d1830b", "rev": "1f3e1f38dedbbb8aad77e184fb54ec518e2d9522",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -33,7 +33,7 @@ system: config: { pkgs, ... }:
# [NFS] # [NFS]
fileSystems."/home/${config.user}/media" = { fileSystems."/home/${config.user}/media" = {
device = "rachel.cafe:/media"; device = "192.168.0.26:/media";
fsType = "nfs"; fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ]; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ];
}; };