mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: migrate adrastea to new liminalOS configuration scheme
This commit is contained in:
parent
fa3f4f1880
commit
a2593f33f8
4 changed files with 71 additions and 223 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue