diff --git a/nix/module.nix b/nix/module.nix index 9101691..466fe1d 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -16,7 +16,6 @@ in description = "isabelroses.com"; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; - path = [ self.packages.${pkgs.stdenv.hostPlatform.system}.default ]; serviceConfig = { Type = "simple";