summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-02-06 14:43:55 +0000
committerGitHub <noreply@github.com>2018-02-06 14:43:55 +0000
commit97ab8d8981b409b3f7993e73c425021db1a8822f (patch)
treef7f4aeddb39425e8533005df19f4d164dfd19232 /nixos/modules/module-list.nix
parenta9268dd694c27700c78b2f14136493a935b738aa (diff)
parenteca3e88e6343a8a0ac69652e9dcb10ac0cbd6690 (diff)
downloadnixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar.gz
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar.bz2
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar.lz
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar.xz
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.tar.zst
nixlib-97ab8d8981b409b3f7993e73c425021db1a8822f.zip
Merge pull request #17106 from spacefrogg/openafs
openafs: Refactor and introduce server module
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 2ec8b28c3fc4..d9d80bcff818 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -417,7 +417,8 @@
   ./services/network-filesystems/ipfs.nix
   ./services/network-filesystems/netatalk.nix
   ./services/network-filesystems/nfsd.nix
-  ./services/network-filesystems/openafs-client/default.nix
+  ./services/network-filesystems/openafs/client.nix
+  ./services/network-filesystems/openafs/server.nix
   ./services/network-filesystems/rsyncd.nix
   ./services/network-filesystems/samba.nix
   ./services/network-filesystems/tahoe.nix