vno1-op5p: remove secrets for now

This commit is contained in:
Motiejus Jakštys 2024-03-08 21:33:27 +02:00
parent 924aa3f8d8
commit e79424eef5

View File

@ -1,4 +1,4 @@
{config, ...}: let _: let
nvme = "/dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-256G-1001_19494D801165"; nvme = "/dev/disk/by-id/nvme-WDC_PC_SN730_SDBQNTY-256G-1001_19494D801165";
in { in {
imports = [ imports = [
@ -47,8 +47,8 @@ in {
base.users = { base.users = {
enable = true; enable = true;
root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path; #root.hashedPasswordFile = config.age.secrets.root-passwd-hash.path;
user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path; #user.hashedPasswordFile = config.age.secrets.motiejus-passwd-hash.path;
user.initialPassword = "live"; user.initialPassword = "live";
root.initialPassword = "live"; root.initialPassword = "live";
}; };
@ -57,10 +57,10 @@ in {
node_exporter.enable = true; node_exporter.enable = true;
}; };
services.postfix = { #services.postfix = {
enable = true; # enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path; # saslPasswdPath = config.age.secrets.sasl-passwd.path;
}; #};
}; };
services.pcscd.enable = true; services.pcscd.enable = true;