diff --git a/flake.lock b/flake.lock index 69cb6ce..ecdc1c4 100644 --- a/flake.lock +++ b/flake.lock @@ -117,11 +117,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1703255338, - "narHash": "sha256-Z6wfYJQKmDN9xciTwU3cOiOk+NElxdZwy/FiHctCzjU=", + "lastModified": 1703438236, + "narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6df37dc6a77654682fe9f071c62b4242b5342e04", + "rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ba4a83c..496031e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,6 @@ outputs = { nixos-matrix-modules, self, nixpkgs, agenix }: let system = "x86_64-linux"; - root_host = "grimmauld.de"; - test_value_1 = "hello world"; in { nixosConfigurations = { grimmauld-nixos-server = nixpkgs.lib.nixosSystem {