router: fmt and update alias

This commit is contained in:
Aaron Bieber 2022-10-20 08:26:05 -06:00
parent 5ae7f8389e
commit eaf5905856
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
10.6.0.229
10.6.0.1

View File

@ -246,9 +246,7 @@ in {
interfaces = [ "enp1s0f0" "enp2s0f1" "common" ];
};
environment.systemPackages = with pkgs; [
tcpdump
];
environment.systemPackages = with pkgs; [ tcpdump ];
users.users.root = userBase;
users.users.qbit = userBase;