commit
This commit is contained in:
parent
e69d8b67cb
commit
c94bac60e8
2 changed files with 11 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ in
|
|||
{
|
||||
nix.settings.trusted-users = [ name ];
|
||||
programs.${shell}.enable = true;
|
||||
sops.age.keyFile = "/home/${name}/.config/sops/age/keys.txt";
|
||||
users.users.${name} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
|
|
|
|||
11
puter/000-bm-nixos-kirakira/specific-aspect/sops.nix
Normal file
11
puter/000-bm-nixos-kirakira/specific-aspect/sops.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
den.aspects = {
|
||||
kirakira = {
|
||||
nixos =
|
||||
{ lib, ... }:
|
||||
{
|
||||
sops.age.keyFile = "/home/kirbara/.config/sops/age/keys.txt";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue