summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-16 04:24:38 +0100
committerMel <einebeere@gmail.com>2024-11-16 04:24:38 +0100
commitf7e5d29029399af167f868ef3ae0a6cc34f4a4ad (patch)
treee31ab547ce7cbd367d8e433fcea950522dc68600 /modules/common.nix
parent7e6bf85c03fa009a3677e008c0f2a563a28f7983 (diff)
downloadnetwork-f7e5d29029399af167f868ef3ae0a6cc34f4a4ad.tar.zst
network-f7e5d29029399af167f868ef3ae0a6cc34f4a4ad.zip
Prototype foundation service configration library
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 937c7ef..7d46a37 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -2,6 +2,8 @@
 
 {
   imports = [
+    ./foundation
+
     ./nix.nix
     ./user.nix
     ./locale.nix