diff --git a/.drone.yml b/.drone.yml index 0d6ea82c..7f8423ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -125,7 +125,7 @@ steps: from_secret: iso_web_ssh_port key: from_secret: iso_web_ssh_key - target: /srv/www/os/download + target: /data/srv/www/os/download source: - /var/nix/iso-cache/*.iso - /var/nix/iso-cache/*.iso.sha256 @@ -147,6 +147,6 @@ volumes: --- kind: signature -hmac: 907568d64c1560d414768dd453138911ebe0f922658335d1d5120482784b1426 +hmac: 5c2b65a2c015f5f11e6d61349693246e3e3c2e88d6aa97d04cb935b13b48b80b ... diff --git a/flake.lock b/flake.lock index be841688..77e00a37 100644 --- a/flake.lock +++ b/flake.lock @@ -360,18 +360,6 @@ "type": "github" } }, - "nur": { - "locked": { - "lastModified": 0, - "narHash": "sha256-koC6DBYmLCrgXA+AMHVaODf1uHYPmvcFygHfy3eg6vI=", - "path": "/nix/store/6mfkswqi67m35qwv0vh7kpk8rypbl2rq-source", - "type": "path" - }, - "original": { - "id": "nur", - "type": "indirect" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -384,7 +372,6 @@ "latest": "latest", "nixos": "nixos", "nixos-hardware": "nixos-hardware", - "nur": "nur", "triton-vmtools": "triton-vmtools" } }, diff --git a/flake.nix b/flake.nix index c2d2840f..90bca28b 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,6 @@ nixos, home, nixos-hardware, - nur, agenix, deploy, triton-vmtools, @@ -84,7 +83,6 @@ our = self.lib; }); }) - nur.overlay agenix.overlays.default (import ./pkgs)