Compare commits
No commits in common. "fd3bb24e4a0c366958c47fccc19d8738408be76d" and "57b53fa3fd299a83c571002dac61bde29d09a9da" have entirely different histories.
fd3bb24e4a
...
57b53fa3fd
3 changed files with 8 additions and 27 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.nfs-utils
|
|
||||||
];
|
|
||||||
services.autofs = {
|
|
||||||
enable = true;
|
|
||||||
autoMaster =
|
|
||||||
let
|
|
||||||
conf = pkgs.writeText "nfs" ''
|
|
||||||
h002 -fstype=nfs4,rw,nofail,nfsvers=4 h002:/
|
|
||||||
'';
|
|
||||||
in
|
|
||||||
''
|
|
||||||
/nfs file:${conf}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
16
hosts/h001/flake.lock
generated
16
hosts/h001/flake.lock
generated
|
|
@ -80,11 +80,11 @@
|
||||||
"common": {
|
"common": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "flakes/common",
|
"dir": "flakes/common",
|
||||||
"lastModified": 1766965969,
|
"lastModified": 1766078770,
|
||||||
"narHash": "sha256-uKxbAXX9bLzl7j4D0REN+JNntINdk/e/ry5a6hSqW0I=",
|
"narHash": "sha256-zzH5ejNAs/B42GGLVaa+SLt11PU0RPVKAdvTZUJolRU=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "34e37861a716ee5e3498900bc4639a715bcc4adc",
|
"rev": "49f82a343492cd5c47797f4f1b843bb5453a7c7b",
|
||||||
"revCount": 981,
|
"revCount": 953,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
|
|
@ -1416,11 +1416,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "flakes/secrets",
|
"dir": "flakes/secrets",
|
||||||
"lastModified": 1766965969,
|
"lastModified": 1766078770,
|
||||||
"narHash": "sha256-uKxbAXX9bLzl7j4D0REN+JNntINdk/e/ry5a6hSqW0I=",
|
"narHash": "sha256-zzH5ejNAs/B42GGLVaa+SLt11PU0RPVKAdvTZUJolRU=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "34e37861a716ee5e3498900bc4639a715bcc4adc",
|
"rev": "49f82a343492cd5c47797f4f1b843bb5453a7c7b",
|
||||||
"revCount": 981,
|
"revCount": 953,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,6 @@
|
||||||
./mods
|
./mods
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./containers
|
./containers
|
||||||
./autofs.nix
|
|
||||||
(
|
(
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
rec {
|
rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue