last cope
This commit is contained in:
parent
5f982c7047
commit
eec8246df8
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
sops.secrets.upasswd = {
|
||||
neededForUsers = true;
|
||||
sopsFile = inputs.secrets.paths.upasswd;
|
||||
};
|
||||
|
||||
users.users.caem = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue