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}"