goyplex-vm

This commit is contained in:
2026-04-24 17:35:33 -05:00
parent 99a93326b9
commit 011afecb6f
3 changed files with 57 additions and 0 deletions
+9
View File
@@ -44,6 +44,15 @@
inherit self inputs username;
};
};
goyplex-vm = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./hosts/goyplex-vm/configuration.nix ];
specialArgs = {
host = "goyplex-vm";
inherit self inputs username;
};
};
};
};