Compare commits

..

No commits in common. "1a454a6c50e2d55a78049d17c91772b50be58276" and "42b2825c08a83b0155a28693fbb1d07fec879487" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View file

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

View file

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