diff options
| author | Mel <einebeere@gmail.com> | 2024-11-19 03:36:14 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-19 03:36:14 +0100 |
| commit | 658cbe8f560cfc5f6f89440cdcc16c2015057b88 (patch) | |
| tree | a73766718f95022275563e9d332d692e40572ebc /machines/corsac | |
| parent | 1186291ef87bf4ae4d96879d37a69b6eba705381 (diff) | |
| download | network-658cbe8f560cfc5f6f89440cdcc16c2015057b88.tar.zst network-658cbe8f560cfc5f6f89440cdcc16c2015057b88.zip | |
Serve NFS mounts to network
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/corsac')
| -rw-r--r-- | machines/corsac/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index 956f7a7..02430e8 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -6,8 +6,9 @@ ./hardware.nix ./devices.nix - + ../../modules/dns.nix + ../../modules/nfs.nix ]; system.stateVersion = "24.05"; |
