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

View File

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