Compare commits
2 commits
42b2825c08
...
1a454a6c50
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a454a6c50 | |||
| 6e0fddcff8 |
2 changed files with 3 additions and 6 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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