initial commit
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
c357f6e716
commit
434e528b65
|
@ -0,0 +1,3 @@
|
||||||
|
result
|
||||||
|
generate-keys
|
||||||
|
keys
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, lib, ... }: {
|
||||||
|
device = "redfin";
|
||||||
|
flavor = "grapheneos";
|
||||||
|
|
||||||
|
microg.enable = lib.mkDefault true;
|
||||||
|
|
||||||
|
apps = {
|
||||||
|
seedvault.enable = lib.mkDefault true;
|
||||||
|
fdroid.enable = lib.mkDefault true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue