weh
This commit is contained in:
parent
d27f454d42
commit
53a54b2142
|
@ -5,6 +5,7 @@ let
|
|||
inherit inputs;
|
||||
folder = ./.;
|
||||
config = {
|
||||
"hosts/*".functor.enable = true;
|
||||
"hosts/*/services".functor.enable = true;
|
||||
"profiles/*".functor.enable = true;
|
||||
"users/*".functor.enable = true;
|
||||
|
@ -19,7 +20,7 @@ in {
|
|||
|
||||
pinetab-disk-image =
|
||||
(import "${mobile-nixos}/lib/eval-with-configuration.nix" {
|
||||
configuration = self.nixosConfigurations.pinetab_modules;
|
||||
configuration = [tree.impure.hosts.pinetab];
|
||||
device = "pine64-pinetab";
|
||||
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
||||
}).outputs.disk-image;
|
||||
|
|
Loading…
Reference in a new issue