This commit is contained in:
2026-03-03 16:30:58 +01:00
parent 5f34d32807
commit 6a49646d5e
34 changed files with 1229 additions and 1044 deletions

View File

@@ -45,6 +45,11 @@ in
nixos =
{ config, ... }:
{
# TODO: Do we event want this?
# What is standard on a VPS?
sops.secrets.hashed-password-kiri = {
neededForUsers = true;
};
users.users.kiri.hashedPasswordFile = config.sops.secrets.hashed-password-kiri.path;
};
};