vno1-op5p: remove secrets for now

main
Motiejus Jakštys 2024-03-08 21:33:27 +02:00
parent 924aa3f8d8
commit e79424eef5
1 changed files with 7 additions and 7 deletions

View File

@ -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;