Tweak nix-on-droid
This commit is contained in:
parent
e41d553819
commit
98340a0ecf
|
@ -186,9 +186,8 @@
|
||||||
# Android systems
|
# Android systems
|
||||||
nixOnDroidConfigurations = {
|
nixOnDroidConfigurations = {
|
||||||
tablet = nix-on-droid.lib.nixOnDroidConfiguration {
|
tablet = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||||
config = ./machines/tablet/configuration.nix;
|
modules = [
|
||||||
system = "aarch64-linux";
|
./machines/tablet/configuration.nix
|
||||||
extraModules = [
|
|
||||||
./modules/nix-on-droid/default.nix
|
./modules/nix-on-droid/default.nix
|
||||||
({ pkgs, lib, config, ... }: {
|
({ pkgs, lib, config, ... }: {
|
||||||
# Home manager configuration
|
# Home manager configuration
|
||||||
|
|
Loading…
Reference in New Issue