From d201103df0e08ff847b3ec246a89afc25fc6baaf Mon Sep 17 00:00:00 2001 From: depsterr Date: Sun, 23 Feb 2025 21:01:24 +0100 Subject: [PATCH] fix stuck loading --- flake.lock | 6 +++--- nixos/shared/user-system.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 82080ba..20acfed 100644 --- a/flake.lock +++ b/flake.lock @@ -231,11 +231,11 @@ ] }, "locked": { - "lastModified": 1735049224, - "narHash": "sha256-fWUd9kyXdepphJ7cCzOsuSo7l0kbFCkUqfgKqZyFZzE=", + "lastModified": 1739557722, + "narHash": "sha256-XikzLpPUDYiNyJ4w2SfRShdbSkIgE3btYdxCGInmtc4=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "d16bbded0ae452bc088489e7dca3ef58d8d1830b", + "rev": "1f3e1f38dedbbb8aad77e184fb54ec518e2d9522", "type": "github" }, "original": { diff --git a/nixos/shared/user-system.nix b/nixos/shared/user-system.nix index f1593c9..4941291 100644 --- a/nixos/shared/user-system.nix +++ b/nixos/shared/user-system.nix @@ -33,7 +33,7 @@ system: config: { pkgs, ... }: # [NFS] fileSystems."/home/${config.user}/media" = { - device = "rachel.cafe:/media"; + device = "192.168.0.26:/media"; fsType = "nfs"; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" ]; };