Fix config for RPi

This commit is contained in:
Vili Sinervä 2024-05-29 18:47:54 +03:00
parent e9f7a9fa11
commit c834b39e9c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -11,7 +11,7 @@ in {
../base.nix
];
environment.systemPackages = with pkgs; [ vim wireguard-tools qrencode ];
environment.systemPackages = with pkgs; [ git wireguard-tools qrencode ];
# enable NAT
networking.nat.enable = true;