This commit is contained in:
2026-05-31 10:56:54 +01:00
parent 73f436b560
commit fb5aa85711
9 changed files with 103 additions and 109 deletions

View File

@@ -1,10 +1,9 @@
{
description = "Colmena Remote NixOS Management";
description = "NixOS at Home - Colmena Remote Management";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-22.11";
colmena.url = "github:zhaofengli/colmena";
};
@@ -16,7 +15,6 @@
system = "x86_64-linux";
overlays = [];
};
specialArgs = {
inherit inputs;
};
@@ -25,4 +23,4 @@
blade = import ./hosts/blade;
};
};
}
}