Common: set toast password

This commit is contained in:
Toast 2025-12-19 12:14:24 +01:00
parent 27babd819c
commit 6365f7b4f3
2 changed files with 9 additions and 4 deletions

View file

@ -94,6 +94,7 @@
isNormalUser = true;
description = "Toast";
extraGroups = ["wheel"];
hashedPasswordFile = config.sops.secrets.toast.path;
};
# Set up time zone.
@ -162,6 +163,10 @@
sops = {
age.sshKeyPaths = ["/persist/id_host"];
defaultSopsFile = "${flakeSelf.inputs.secrets}/${config.networking.hostName}.yaml";
secrets.toast = {
sopsFile = "${flakeSelf.inputs.secrets}/passwd.yaml";
neededForUsers = true;
};
};
catppuccin.grub.enable = true;