diff options
| author | Mel <einebeere@gmail.com> | 2024-11-16 04:24:38 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-16 04:24:38 +0100 |
| commit | f7e5d29029399af167f868ef3ae0a6cc34f4a4ad (patch) | |
| tree | e31ab547ce7cbd367d8e433fcea950522dc68600 /modules/foundation/default.nix | |
| parent | 7e6bf85c03fa009a3677e008c0f2a563a28f7983 (diff) | |
| download | network-f7e5d29029399af167f868ef3ae0a6cc34f4a4ad.tar.zst network-f7e5d29029399af167f868ef3ae0a6cc34f4a4ad.zip | |
Prototype foundation service configration library
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/foundation/default.nix')
| -rw-r--r-- | modules/foundation/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/foundation/default.nix b/modules/foundation/default.nix new file mode 100644 index 0000000..10ec503 --- /dev/null +++ b/modules/foundation/default.nix @@ -0,0 +1,5 @@ +{ ... }: + +{ + imports = [ ./services.nix ]; +} |
