diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 1 | ||||
-rw-r--r-- | nixos/lindy.nix | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index f792d98..52d61dc 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -240,6 +240,7 @@ distrobox killall gomuks + beets alacritty firefox diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 6db2f06..121f741 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -160,6 +160,11 @@ Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key 4010 # scream ]; + # Work around ipv6 peering issue + networking.extraHosts = '' + 109.136.139.78 git.deuxfleurs.fr + ''; + # GnuPG agent at system level, if at home level conflicts with arch programs.gnupg.agent = { enable = true; |