Attempt to update blockhouse to 25.05 flake and break out a few common items

This commit is contained in:
Lauren Lagarde 2025-07-14 23:12:12 -05:00
parent ea09a0fac8
commit 3440111c0f
4 changed files with 97 additions and 161 deletions

View file

@ -206,6 +206,29 @@
];
};
blockhouse = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{
networking.hostName = "blockhouse";
networking.hostId = "ed658529";
system.stateVersion = "23.11";
time.timeZone = "America/Chicago";
sops.defaultSopsFile = ./secrets.yaml;
}
./systems/blockhouse/configuration.nix
sops-nix.nixosModules.sops
lix-module.nixosModules.default
home-manager.nixosModules.home-manager
disko.nixosModules.default
];
specialArgs = { inherit inputs pkgs-unstable; };
};
stronghold = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [