flake updated
This commit is contained in:
parent
fe57ada600
commit
2f51d7a569
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@
|
||||||
|
|
||||||
# Systemd Service
|
# Systemd Service
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.etc."sTodo" = {
|
environment.etc."sTodo/static" = {
|
||||||
source = "${tarball}/config";
|
source = "${tarball}/static";
|
||||||
};
|
};
|
||||||
environment.systemPackages = [pkgs.openssl];
|
environment.systemPackages = [pkgs.openssl];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue