diff --git a/hosts/anemone/networking.nix b/hosts/anemone/networking.nix index 851d7e7..0e9f115 100644 --- a/hosts/anemone/networking.nix +++ b/hosts/anemone/networking.nix @@ -13,4 +13,6 @@ 192.168.100.16 hyacinth ''; }; + + environment.etc."NetworkManager/system-connections".source = "/persist/nm_system-connections"; }