44 current 2025-10-05 10:21:03 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 10:21:26 -05:00
parent af5148cf2e
commit 641af302f0

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 43 current 2025-10-05 09:56:15 25.05.20251001.5b5be50 6.12.49 *
# generation: 44 current 2025-10-05 10:21:03 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {
@@ -19,14 +19,14 @@
{
nixosConfigurations = {
snowbelle = nixpkgs.lib.nixosSystem {
extraSpecialArgs = { inherit inputs; };
specialArgs = { inherit inputs; };
modules = [
./hosts/snowbelle/configuration.nix
inputs.home-manager.nixosModules.default
];
};
vaniville = nixpkgs.lib.nixosSystem {
extraSpecialArgs = { inherit inputs; };
specialArgs = { inherit inputs; };
modules = [
./hosts/vaniville/configuration.nix
inputs.home-manager.nixosModules.default