1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

fix(engiadina): move to a directory that is not deleted on startup

This commit is contained in:
2021-06-17 21:10:44 +02:00
parent 01925ed0ff
commit 5e34212f5b

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
inherit (import <niveum/lib>) tmpfilesConfig; inherit (import <niveum/lib>) tmpfilesConfig;
cdnRoot = "/run/engiadina"; cdnRoot = "/var/lib/engiadina";
in in
{ {
imports = [ <stockholm/krebs/3modules/permown.nix> ]; imports = [ <stockholm/krebs/3modules/permown.nix> ];