authentik yay
This commit is contained in:
parent
d3a93fd115
commit
f2fcbfb679
34 changed files with 612 additions and 363 deletions
|
|
@ -46,6 +46,7 @@ in
|
|||
"/var/log"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/etc/ssh" # host keys
|
||||
"/var/lib/sbctl" # lanzaboote
|
||||
|
||||
];
|
||||
xyno.impermanence.user.directories = [
|
||||
|
|
@ -72,6 +73,7 @@ in
|
|||
".local/share/direnv"
|
||||
|
||||
];
|
||||
sops.gnupg.sshKeyPaths = [ "/persistent/etc/ssh/ssh_host_rsa_key" ];
|
||||
xyno.impermanence.cache.directories = [ "/var/cache" ];
|
||||
xyno.impermanence.cache.user.directories = [ ".cache" ];
|
||||
environment.persistence."/persistent" = genImpermanenceCfg cfg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue