diff options
| author | Fuwn <[email protected]> | 2024-09-23 04:22:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 04:26:18 -0700 |
| commit | 25c0dc8a00f2a74009b036421455da00cb91d1f2 (patch) | |
| tree | 2449436c51444840ddd2446e6be115c7cdb444e8 /modules/core/default.nix | |
| parent | modules: move shared modules to core (diff) | |
| download | nixos-config-25c0dc8a00f2a74009b036421455da00cb91d1f2.tar.xz nixos-config-25c0dc8a00f2a74009b036421455da00cb91d1f2.zip | |
modules: move shared access modules to core
Diffstat (limited to 'modules/core/default.nix')
| -rw-r--r-- | modules/core/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/default.nix b/modules/core/default.nix index a798030..e75e874 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -1,12 +1,8 @@ { imports = [ + ./access ./networking ./nix ./sops.nix ]; - - programs.mosh = { - enable = true; - openFirewall = false; - }; } |