diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-27 19:04:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 19:05:01 -0800 |
| commit | c32f039013d6e9a7024d5f2d575dc397dc14e22a (patch) | |
| tree | 693c818624b9f2ece92dbe3b421cf3f1682478e3 | |
| parent | server: create a new profile (diff) | |
| download | infra-c32f039013d6e9a7024d5f2d575dc397dc14e22a.tar.gz | |
nas: consume everything from the server profile
| -rw-r--r-- | hosts/common/nas.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix index 09dd5e7..3f38792 100644 --- a/hosts/common/nas.nix +++ b/hosts/common/nas.nix @@ -2,6 +2,7 @@ { imports = [ + ./server/default.nix ./server/samba.nix ]; } |
