fix(cheetah)!: nixpkgs.overlays && gpg

Fix `gpg` as `ssh` setup (also add `openssh` to `home.packages`)
Remove `j` (breaking, cannot build)
This commit is contained in:
reo101 2023-12-26 14:28:10 +02:00
parent 581b1d9a8d
commit 02f7fe0cf5
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
4 changed files with 29 additions and 25 deletions
machines/nix-on-droid/aarch64-linux/cheetah

View file

@ -18,7 +18,7 @@
system.stateVersion = "22.11";
nix.extraOptions = ''
experimental-features = nix-command flakes repl-flake
experimental-features = nix-command flakes repl-flake recursive-nix
keep-outputs = true
keep-derivations = true
'';