From 3889429ac2bb574fcfbaac147c89c0e8debbde3f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 26 Nov 2022 14:13:17 +0800 Subject: [PATCH] hosts/plover: update config --- hosts/plover/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index b028761f..82711354 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -10,8 +10,10 @@ in { imports = [ ./hardware-configuration.nix - (lib.getUser "nixos" "plover") (lib.getUser "nixos" "admin") + + (lib.mapHomeManagerUser "plover" {}) + (lib.getUser "nixos" "plover") ]; sops.secrets = @@ -46,6 +48,8 @@ in recommendedProxySettings = true; recommendedTlsSettings = true; + # Server blocks with no forcing of SSL are static sites so it is pretty + # much OK. virtualHosts = { # Personal website. "${domain}" = {