Compare commits

..

No commits in common. "4f6d2e03507cc1fa7c6ca616ea548510b94f5d95" and "fbf381f476dda9f067060956f0f296f45451a331" have entirely different histories.

2 changed files with 12 additions and 21 deletions

24
flake.lock generated
View File

@ -108,11 +108,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776009508, "lastModified": 1774379316,
"narHash": "sha256-iHaRCLrPfhFbWpdJ5nDH30N/4xckLMBKmY3PE3abjGU=", "narHash": "sha256-0nGNxWDUH2Hzlj/R3Zf4FEK6fsFNB/dvewuboSRZqiI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7832a664c40c98a2dcf45400f60d0f70f8b6fd19", "rev": "1eb0549a1ab3fe3f5acf86668249be15fa0e64f7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -192,11 +192,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1775710090, "lastModified": 1774106199,
"narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=", "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4c1018dae018162ec878d42fec712642d214fdfa", "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1774386573, "lastModified": 1771008912,
"narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", "rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -232,11 +232,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1775892726, "lastModified": 1774375131,
"narHash": "sha256-1TK1pe33cEHNvGW41TP5xAzrbG1Gp7LfyFL6c3+xf+I=", "narHash": "sha256-d22VIgsDXagQQWnAnebYeQWGHlmF81YRwuGCzAgNZAQ=",
"owner": "notashelf", "owner": "notashelf",
"repo": "nvf", "repo": "nvf",
"rev": "5ab359ee7dfd3fa09a5c6f863efaf810bb9a9436", "rev": "d847d401bea4dcb1478d02a61a3209fa8512f71d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -31,11 +31,8 @@
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"x-systemd.automount" "x-systemd.automount"
"nofail"
"noauto" "noauto"
"nfsvers=4" "nfsvers=4"
"soft"
"timeo=50"
]; ];
depends = [ "/home" ]; depends = [ "/home" ];
}; };
@ -44,11 +41,8 @@
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"x-systemd.automount" "x-systemd.automount"
"nofail"
"noauto" "noauto"
"nfsvers=4" "nfsvers=4"
"soft"
"timeo=50"
]; ];
depends = [ "/home" ]; depends = [ "/home" ];
}; };
@ -57,11 +51,8 @@
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"x-systemd.automount" "x-systemd.automount"
"nofail"
"noauto" "noauto"
"nfsvers=4" "nfsvers=4"
"soft"
"timeo=50"
]; ];
depends = [ "/home" ]; depends = [ "/home" ];
}; };