nixos: gen 231 @ nix-pad — 2026-08-04 20:15 26.05.20260724.597283a (Yarara) -----

This commit is contained in:
2026-08-04 20:15:21 -06:00
parent 5210eb3b08
commit e57fa289f7
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
../../system ../../system
]; ];
networking.hostName = "violet"; networking.hostName = "lavender";
system.stateVersion = "26.05"; system.stateVersion = "26.05";
} }
+1 -1
View File
@@ -7,7 +7,7 @@
../../system/security/thinkpad.nix ../../system/security/thinkpad.nix
]; ];
networking.hostName = "lavender"; networking.hostName = "violet";
services.power-profiles-daemon.enable = false; services.power-profiles-daemon.enable = false;
+7
View File
@@ -42,5 +42,12 @@
"git" "git"
]; ];
}; };
interactiveShellInit = ''
if [ -f "/run/secrets/vaultwarden_clientid" ]; then
export BW_CLIENTID=$(cat /run/secrets/vaultwarden_clientid)
export BW_CLIENTSECRET=$(cat /run/secrets/vaultwarden_clientsecret)
fi
'';
}; };
} }