New Flake Style XPS fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, user, ... }:
|
||||
{ pkgs, hyper, ... }:
|
||||
let
|
||||
radicale-root = "/var/lib/radicale";
|
||||
web-root = "/var/nginx/webroot";
|
||||
@@ -115,11 +115,11 @@ def combine_ics_from_directories(directories, output_file):
|
||||
if __name__ == "__main__":
|
||||
# List of directories containing .ics files
|
||||
DIRECTORIES = [
|
||||
"${radicale-root}/collections/collection-root/${user}/preservation",
|
||||
"${radicale-root}/collections/collection-root/${user}/effort",
|
||||
"${radicale-root}/collections/collection-root/${user}/experience",
|
||||
"${radicale-root}/collections/collection-root/${user}/exposure",
|
||||
"${radicale-root}/collections/collection-root/${user}/engagement",
|
||||
"${radicale-root}/collections/collection-root/${hyper.user}/preservation",
|
||||
"${radicale-root}/collections/collection-root/${hyper.user}/effort",
|
||||
"${radicale-root}/collections/collection-root/${hyper.user}/experience",
|
||||
"${radicale-root}/collections/collection-root/${hyper.user}/exposure",
|
||||
"${radicale-root}/collections/collection-root/${hyper.user}/engagement",
|
||||
]
|
||||
|
||||
# Path to the output .ics file
|
||||
@@ -132,7 +132,7 @@ if __name__ == "__main__":
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "nx2";
|
||||
User = hyper.user;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user