mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Add mobile to flake
This commit is contained in:
parent
255103fb9d
commit
f3ad2e7d25
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@
|
|||
specialArgs = {inherit pkgs inputs;};
|
||||
modules = [(./hosts + "/${host}")];
|
||||
});
|
||||
in {nixosConfigurations = lib.attrsets.genAttrs ["remote" "vmware"] ns;};
|
||||
in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival-Mobile" ] ns;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue