diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/lilith/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/sachiel/configuration.nix | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index e631b51..a878584 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -45,6 +45,9 @@ in ]; casks = [ "mullvad-vpn" + "nextcloud" + "iterm2" + "rectangle" ]; onActivation.cleanup = "zap"; onActivation.autoUpdate = true; 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; }; |
