last cope
This commit is contained in:
parent
5f982c7047
commit
eec8246df8
2 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, lib, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
|
@ -30,8 +30,5 @@
|
|||
mutableUsers = false;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = lib.mkFirst inputs.secrets.path;
|
||||
age.keyFile = "/nix/config/keys.txt";
|
||||
};
|
||||
sops.age.keyFile = "/nix/config/keys.txt";
|
||||
}
|
||||
|
|
|
@ -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
Reference in a new issue