Add iperf
This commit is contained in:
parent
95fca6b1a8
commit
f9ce1decf6
2 changed files with 6 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ restic ];
|
||||
environment.systemPackages = with pkgs; [ restic iperf ];
|
||||
|
||||
home-manager.users.flygrounder.custom = {
|
||||
catppuccin.enable = true;
|
||||
|
|
@ -179,6 +179,10 @@ in
|
|||
25
|
||||
465
|
||||
993
|
||||
5201
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
5201
|
||||
];
|
||||
};
|
||||
nameservers = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue