Attempt to update blockhouse to 25.05 flake and break out a few common items
This commit is contained in:
parent
ea09a0fac8
commit
3440111c0f
4 changed files with 97 additions and 161 deletions
23
flake.nix
23
flake.nix
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue