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;