From dc7dc9e7853ac2cbfc58cd65a0f1d40e08637b3d Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 3 Feb 2026 19:13:48 +0100 Subject: refactor(module): remove old module options --- hosts/sachiel/configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'hosts/sachiel/configuration.nix') diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index e36e91a..9a81a45 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -1,4 +1,5 @@ { + inputs, pkgs, host, ... @@ -10,6 +11,7 @@ in { imports = [ ./hardware-configuration.nix + (import ../../modules/secrets/default.nix) ]; boot.tmp.cleanOnBoot = true; @@ -67,15 +69,9 @@ in }; nx.server = { - openssh = { - enable = true; - allowedUsers = [ username ]; - }; + openssh.enable = true; nginx.enable = true; - nextcloud = { - enable = true; - user = username; - }; + nextcloud.enable = true; site.enable = true; }; -- cgit v1.3.1