feat: adds sunflower host

This commit is contained in:
Ahwx 2025-10-20 12:14:46 +02:00
parent 0553f5bbf3
commit f7c36a91b8
4 changed files with 139 additions and 0 deletions

View file

@ -148,6 +148,16 @@
inherit self inputs username;
};
};
sunflower = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
(import ./hosts/sunflower)
];
specialArgs = {
host = "sunflower";
inherit self inputs username;
};
};
};
};
}