mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
users/kat: Secrets config moved from personal to base
This commit is contained in:
parent
4e775b6691
commit
f0a029e720
3 changed files with 2 additions and 1 deletions
|
|
@ -14,5 +14,6 @@
|
|||
./weechat.nix
|
||||
./inputrc.nix
|
||||
./rink.nix
|
||||
./secrets.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
9
users/kat/base/secrets.nix
Normal file
9
users/kat/base/secrets.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
secrets = {
|
||||
persistentRoot = config.xdg.cacheHome + "/kat/secrets";
|
||||
external = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue