Compare commits

..

2 commits

2 changed files with 3 additions and 6 deletions

View file

@ -31,9 +31,6 @@ topLevel: {
# hack, homemanager needs it # hack, homemanager needs it
programs.dconf.enable = true; programs.dconf.enable = true;
# build failure
programs.nix-ld.enable = false;
sops.secrets.tailscale_key = { sops.secrets.tailscale_key = {
inherit sopsFile; inherit sopsFile;
}; };

View file

@ -12,9 +12,9 @@ topLevel: {
}; };
# Enable binfmt emulation. # Enable binfmt emulation.
boot.binfmt.emulatedSystems = [ # boot.binfmt.emulatedSystems = [
"aarch64-linux" # "aarch64-linux"
]; # ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
teamviewer teamviewer