From 586fe72bed97ff028135c0f587d747de6858ced5 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:24:18 +0100 Subject: [PATCH] update lock and remove nixinate --- flake.lock | 37 +------------------------------------ flake.nix | 12 ------------ 2 files changed, 1 insertion(+), 48 deletions(-) diff --git a/flake.lock b/flake.lock index 73870f6..65afc8f 100644 --- a/flake.lock +++ b/flake.lock @@ -154,24 +154,6 @@ "type": "github" } }, - "nixinate": { - "inputs": { - "nixpkgs": "nixpkgs_2" - }, - "locked": { - "lastModified": 1688141737, - "narHash": "sha256-qHrNMYWukOKmKVf6wXOGKj1xxUnOGjvTRbt/PLLXuBE=", - "owner": "matthewcroughan", - "repo": "nixinate", - "rev": "7902ae845e6cc5bd450e510cdf5e009a6e4a44d9", - "type": "github" - }, - "original": { - "owner": "matthewcroughan", - "repo": "nixinate", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1703879120, @@ -257,22 +239,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1653060744, - "narHash": "sha256-kfRusllRumpt33J1hPV+CeCCylCXEU7e0gn2/cIM7cY=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "dfd82985c273aac6eced03625f454b334daae2e8", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1703467016, "narHash": "sha256-/5A/dNPhbQx/Oa2d+Get174eNI3LERQ7u6WTWOlR1eQ=", @@ -293,10 +259,9 @@ "agenix": "agenix", "home-manager": "home-manager_2", "nix-colors": "nix-colors", - "nixinate": "nixinate", "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable" } }, diff --git a/flake.nix b/flake.nix index 2acdb8f..e5359e2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,6 @@ url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixinate.url = "github:matthewcroughan/nixinate"; nix-colors.url = "github:misterio77/nix-colors"; }; outputs = { self, @@ -24,7 +23,6 @@ nixpkgs-unstable, agenix, home-manager, - nixinate, nix-colors, }@inputs: let @@ -36,7 +34,6 @@ }; }; in { - apps = nixinate.nixinate.${system} self; nixosConfigurations.server = nixpkgs.lib.nixosSystem { inherit system; modules = [ @@ -76,15 +73,6 @@ ./modules/hardware/ssd.nix home-manager.nixosModules.home-manager agenix.nixosModules.default - { - _module.args.nixinate = { - host = "192.168.2.1"; - sshUser = "anon"; - buildOn = "remote"; # valid args are "local" or "remote" - substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s" - hermetic = false; - }; - } ]; specialArgs = { ## Custom variables (e.g. ip, interface, etc)