fix artemis config
This commit is contained in:
parent
533b197825
commit
ec2587216c
1 changed files with 4 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(import "${mobile-nixos}/lib/configuration.nix" { device = "oneplus-enchilada"; })
|
||||
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "oneplus-enchilada"; })
|
||||
];
|
||||
|
||||
# Allow unfree packages (needed for OnePlus firmware)
|
||||
|
|
@ -73,4 +72,6 @@
|
|||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
# set platform to aarch64-linux
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue