Auto-commit: 2026-01-07 08:02:04

This commit is contained in:
2026-01-07 08:02:04 +00:00
parent f674fb4244
commit 3a0d2fb32a

View File

@@ -52,7 +52,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
in in
{ {
nixosConfigurations.lillypc = nixpkgs.lib.nixosSystem { nixosConfigurations.${host} = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
specialArgs = { specialArgs = {
inherit inputs host username prettyUsername; inherit inputs host username prettyUsername;