initial commit

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-08-18 19:23:34 +00:00
parent c357f6e716
commit 434e528b65
2 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
result
generate-keys
keys

11
redfin.nix Normal file
View File

@ -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;
};
}