feat: update callisto reference system

This commit is contained in:
Youwen Wu 2024-12-26 01:28:34 -08:00
parent b6d500cc53
commit 414ecc1a33
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 25 additions and 13 deletions

View file

@ -133,9 +133,13 @@
./reference/hosts/demeter
];
};
callisto = buildLiminalOS {
inherit nixpkgs inputs;
systemModule = ./reference/hosts/callisto;
callisto = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs self;
};
modules = [
./reference/hosts/callisto
];
};
adrastea = buildLiminalOS {
inherit inputs nixpkgs;