diff options
| author | Fuwn <[email protected]> | 2024-10-28 07:12:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 07:12:01 -0700 |
| commit | b1472ece604f086e83620aced36c192ccb212cd6 (patch) | |
| tree | 1473e901fd3f9d5eb0747c097d8b59dd674d18c8 /modules/server/default.nix | |
| parent | home: temporarily fix regression in akashi (diff) | |
| download | nixos-config-b1472ece604f086e83620aced36c192ccb212cd6.tar.xz nixos-config-b1472ece604f086e83620aced36c192ccb212cd6.zip | |
server: add harmonia
Diffstat (limited to 'modules/server/default.nix')
| -rw-r--r-- | modules/server/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/server/default.nix b/modules/server/default.nix index b8adbe6..56f8801 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -3,6 +3,7 @@ imports = [ ./virtualisation ./networking + ./harmonia.nix ./sops.nix ./system.nix ./users.nix |