diff --git a/flake.lock b/flake.lock deleted file mode 100644 index a67fb22..0000000 --- a/flake.lock +++ /dev/null @@ -1,27 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1749285348, - "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix index 1f8f546..e845400 100644 --- a/flake.nix +++ b/flake.nix @@ -61,9 +61,8 @@ # Systemd Service config = lib.mkIf cfg.enable { - environment.etc = { + environment."sTodo".etc = { source = "$src/static"; - target = "sTodo/static"; }; systemd.services.sTodo = { description = "Launch a sTodo app to have a online todolist";