feat: migrate adrastea to new liminalOS configuration scheme

This commit is contained in:
Youwen Wu 2025-01-05 21:20:31 -08:00
parent fa3f4f1880
commit a2593f33f8
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 71 additions and 223 deletions

View file

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