Remove subdirectories in /var/keys
This commit is contained in:
parent
0153e4f759
commit
34d691da5c
|
@ -7,7 +7,7 @@
|
||||||
rootUrl = "https://git.coolneng.duckdns.org";
|
rootUrl = "https://git.coolneng.duckdns.org";
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
passwordFile = "/var/keys/gitea/db";
|
passwordFile = "/var/keys/gitea";
|
||||||
};
|
};
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Miniflux configuration
|
# Miniflux configuration
|
||||||
services.miniflux = {
|
services.miniflux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
adminCredentialsFile = "/var/keys/miniflux/admin";
|
adminCredentialsFile = "/var/keys/miniflux";
|
||||||
config = {
|
config = {
|
||||||
BASE_URL = "https://rss.coolneng.duckdns.org";
|
BASE_URL = "https://rss.coolneng.duckdns.org";
|
||||||
RUN_MIGRATIONS = "1";
|
RUN_MIGRATIONS = "1";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let password = builtins.readFile /var/lib/ddclient/token;
|
let password = builtins.readFile /var/keys/ddclient;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
# Enable zeroconf
|
# Enable zeroconf
|
||||||
|
|
Loading…
Reference in New Issue