Make user password a per-machine configuration
This commit is contained in:
parent
9e59881b3c
commit
1a24fba066
2 changed files with 26 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.secrets.vili-password = {
|
||||
sopsFile = ../../secrets/users/vili.yaml;
|
||||
sopsFile = ../../secrets/${config.networking.hostName}/vili.yaml;
|
||||
neededForUsers = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue