Move password files to /run/keys
This commit is contained in:
parent
782f5c2024
commit
a316bcc356
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
type = htpasswd
|
type = htpasswd
|
||||||
htpasswd_filename = /var/lib/radicale/users
|
htpasswd_filename = /run/keys/radicale
|
||||||
htpasswd_encryption = plain
|
htpasswd_encryption = plain
|
||||||
delay = 1
|
delay = 1
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let password = builtins.readFile /var/lib/ddclient/token;
|
let password = builtins.readFile /run/keys/ddclient;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue