Compare commits
No commits in common. "1a454a6c50e2d55a78049d17c91772b50be58276" and "42b2825c08a83b0155a28693fbb1d07fec879487" have entirely different histories.
1a454a6c50
...
42b2825c08
2 changed files with 6 additions and 3 deletions
|
|
@ -31,6 +31,9 @@ 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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue