From 98146bde9529c46e895c1a78a2dc69abbe0a2549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 8 Mar 2024 20:34:08 +0200 Subject: [PATCH] vno1-op5p: enable secrets --- hosts/vno1-op5p/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/vno1-op5p/configuration.nix b/hosts/vno1-op5p/configuration.nix index 9d89b13..2f7eff8 100644 --- a/hosts/vno1-op5p/configuration.nix +++ b/hosts/vno1-op5p/configuration.nix @@ -47,8 +47,8 @@ in { base.users = { enable = true; - #root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path; - #user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path; + root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path; + user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path; user.initialPassword = "live"; root.initialPassword = "live"; }; @@ -57,10 +57,10 @@ in { node_exporter.enable = true; }; - #postfix = { - # enable = true; - # saslPasswdPath = config.age.secrets.sasl-passwd.path; - #}; + postfix = { + enable = true; + saslPasswdPath = config.age.secrets.sasl-passwd.path; + }; }; services.pcscd.enable = true;