Nixfmt Tree
This commit is contained in:
parent
d6bcf1a468
commit
f173b9d236
23 changed files with 381 additions and 224 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{config, ...}: {
|
||||
sops.age.sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
|
||||
{ config, ... }:
|
||||
{
|
||||
sops.age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
directories = [
|
||||
|
|
@ -14,7 +15,12 @@
|
|||
"/var/lib/caddy/.local/share/caddy"
|
||||
"/var/lib/vaultwarden"
|
||||
|
||||
{ directory = "/var/lib/lldap"; user = "lldap"; group = "lldap"; mode = "0700"; }
|
||||
{
|
||||
directory = "/var/lib/lldap";
|
||||
user = "lldap";
|
||||
group = "lldap";
|
||||
mode = "0700";
|
||||
}
|
||||
];
|
||||
|
||||
files = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue