Fix config for RPi
This commit is contained in:
parent
e9f7a9fa11
commit
c834b39e9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue