start of secrets
This commit is contained in:
parent
48a38e8e49
commit
407160b012
5 changed files with 80 additions and 8 deletions
|
@ -15,10 +15,6 @@ in
|
|||
{
|
||||
user = mkOpt attrs {};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.sops
|
||||
];
|
||||
|
||||
sneeuwvlok = {
|
||||
dir = mkOpt path (findFirst pathExists (toString ../.) [
|
||||
"${config.user.home}/Github/.files"
|
||||
|
@ -31,6 +27,10 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
environment.systemPackages = [
|
||||
pkgs.sops
|
||||
];
|
||||
|
||||
user = let
|
||||
user = builtins.getEnv "USER";
|
||||
name =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue