update pins

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-04 09:29:10 -06:00
parent 02e18aa0fc
commit 274d59ce4b
12 changed files with 172 additions and 174 deletions

View file

@ -26,7 +26,6 @@
}@inputs:
let
configurationName = "h003";
system = "x86_64-linux";
stateVersion = "25.05";
primaryUser = "luser";
overlayIp = "100.64.0.14";
@ -36,7 +35,6 @@
nixosConfigurations = {
"${configurationName}" = (
lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs;
};