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
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# build failure
|
||||
programs.nix-ld.enable = false;
|
||||
|
||||
sops.secrets.tailscale_key = {
|
||||
inherit sopsFile;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ topLevel: {
|
|||
};
|
||||
|
||||
# Enable binfmt emulation.
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
];
|
||||
# boot.binfmt.emulatedSystems = [
|
||||
# "aarch64-linux"
|
||||
# ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
teamviewer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue