Add config for RPi
This commit is contained in:
parent
cae86e2cf2
commit
276067bb02
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,9 @@ let
|
||||||
ssh-authorizedKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium";
|
ssh-authorizedKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBbGREoK1uVny1s8FK3KZ74Wmaf0VtifhqPyK69C/Gez vili@helium";
|
||||||
ddPassFile = "/root/wg-conf/ddPassFile";
|
ddPassFile = "/root/wg-conf/ddPassFile";
|
||||||
in {
|
in {
|
||||||
|
imports = [
|
||||||
|
../base.nix
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ vim wireguard-tools qrencode ];
|
environment.systemPackages = with pkgs; [ vim wireguard-tools qrencode ];
|
||||||
|
|
||||||
|
@ -145,5 +148,4 @@ services.ddclient = {
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
system.stateVersion = "23.11";
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue