test(ooksphone): system profile

This commit is contained in:
ooks-io 2024-04-20 20:02:05 +12:00
parent 2be635b567
commit 80a62a8a0d

View file

@ -161,9 +161,9 @@
modules = [ ./system/hosts/ooksphone ];
pkgs = import nixpkgs {
system = "aarch64-linux";
overlays = [ nix-on-droid.overlays.default ];
};
home-manager-path = home-manager.outPath;
system = "aarch64-linux";
extraSpecialArgs = { inherit inputs outputs; };
};
};
}