Caesium refactors flake

This commit is contained in:
Matthew Bessette
2026-07-27 23:52:28 -04:00
parent cadf6dd263
commit ace6b0932f
6 changed files with 244 additions and 261 deletions
+21
View File
@@ -0,0 +1,21 @@
# Framework - argon
# nixosConfigurations.argon = nixpkgs.lib.nixosSystem {
# specialArgs = { system = linuxSystem; inherit inputs; };
# modules = [
# nixos-hardware.nixosModules.framework-12th-gen-intel
# ./_hosts/argon/configuration.nix
# ./nixos-modules
# ];
# };
# nixosConfigurations.bromine = nixpkgs.lib.nixosSystem {
# specialArgs = { system = linuxSystem; inherit inputs; };
# modules = [
# nixos-hardware.nixosModules.framework-11th-gen-intel
# ./_hosts/bromine/configuration.nix
# ./nixos-modules
# ];
# };