Sun 7 Jul 13:20:20 CEST 2024

This commit is contained in:
Thomas Avé 2024-07-07 13:20:20 +02:00
parent 98d80f4a06
commit 29db36686c
2 changed files with 10 additions and 10 deletions

View File

@ -25,11 +25,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720289319, "lastModified": 1720327769,
"narHash": "sha256-E3CjSsXNDWYqoNjrKQLPdEZDLR+mVI9HMa+jY//FjBY=", "narHash": "sha256-kAsg3Lg4YKKpGw+f1W2s5hzjP8B0y/juowvjK8utIag=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "10486e6b311b3c5ae1c3477fee058704cea7cb4a", "rev": "6b7ce96f34b324e4e104abc30d06955d216bac71",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -264,11 +264,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1720295364, "lastModified": 1720349119,
"narHash": "sha256-clwkx3bqmlWPbAtywxJoqw0K7pEVUvQj5BArCqZxcUQ=", "narHash": "sha256-BAQvSWAAALHlxWF8tYg3MjVoIvfMO/LMn2QlOTVT6Og=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "196f75d02c4a5662ac22763c1be690f91e21ef7b", "rev": "35485c6a42e8f3ecb77d79fc6e3dea695e40c82d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -59,18 +59,18 @@
}; };
fileSystems."/home/user/Workspace" = { fileSystems."/home/user/Workspace" = {
device = "/home/server/Workspace"; device = "/home/server/Workspace";
options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"];
}; };
fileSystems."/home/user/Documents" = { fileSystems."/home/user/Documents" = {
device = "/home/server/Storage/Thomas/Documents"; device = "/home/server/Storage/Thomas/Documents";
options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"];
}; };
fileSystems."/home/user/Pictures" = { fileSystems."/home/user/Pictures" = {
device = "/home/server/Storage/Thomas/Pictures"; device = "/home/server/Storage/Thomas/Pictures";
options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"];
}; };
fileSystems."/home/user/Videos" = { fileSystems."/home/user/Videos" = {
device = "/home/server/Storage/Thomas/Videos"; device = "/home/server/Storage/Thomas/Videos";
options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ]; options = [ "bind" "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" "x-gvfs-hide"];
}; };
} }