Update flake to support bromine

This commit is contained in:
2024-07-25 17:25:24 -04:00
parent b94111bc5a
commit e8e896660b
2 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,16 @@
];
};
nixosConfigurations.bromine = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; inherit inputs; };
modules = [
nixos-hardware.nixosModules.framework-11th-gen-intel
./_hosts/bromine/configuration.nix
./nixos-modules
];
};
homeManagerModules.default = ./nixos-modules/home-manager;
};
}