nix: remove nix-formatter-pack
[julm/julm-nix.git] / hosts / pumpkin / networking.nix
index 5481189fe019d873f3ed04c3d767e2aefcbaa9fb..d6cfd4cbba0cf79dc8102fdbd64cf11226fe4d12 100644 (file)
     unmanaged = [
     ];
   };
-  environment.etc."NetworkManager/system-connections/Prixtel.nmconnection" = {
-    mode = "600";
-    text = ''
-      [connection]
-      id=Prixtel
-      uuid=b223f550-dff1-4ba3-9755-cd4557faaa5a
-      type=gsm
-      autoconnect=false
-      permissions=user:julm:;
-
-      [gsm]
-      apn=sl2sfr
-      number=*99#
-      home-only=true
-
-      [ppp]
-
-      [ipv4]
-      method=auto
-
-      [ipv6]
-      addr-gen-mode=stable-privacy
-      method=disabled
-
-      [proxy]
-    '';
-  };
-
-  environment.systemPackages = [
-    pkgs.modem-manager-gui
-    #pkgs.tor-ctrl # Not packaged yet
-  ];
 
   systemd.services.sshd.serviceConfig.LoadCredentialEncrypted = [
     "host.key:${ssh/host.key.cred}"