From e79424eef50e57c1b4b4f542e6b660e6683a2105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 8 Mar 2024 21:33:27 +0200 Subject: [PATCH] vno1-op5p: remove secrets for now --- hosts/vno1-op5p/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/vno1-op5p/configuration.nix b/hosts/vno1-op5p/configuration.nix index 4f7699c..f5c7772 100644 --- a/hosts/vno1-op5p/configuration.nix +++ b/hosts/vno1-op5p/configuration.nix @@ -1,4 +1,4 @@ -{config, ...}: let +_: let nvme = "/dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-256G-1001_19494D801165"; in { imports = [ @@ -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; }; - services.postfix = { - enable = true; - saslPasswdPath = config.age.secrets.sasl-passwd.path; - }; + #services.postfix = { + # enable = true; + # saslPasswdPath = config.age.secrets.sasl-passwd.path; + #}; }; services.pcscd.enable = true;