Create a debugging role.

This commit is contained in:
Tom Alexander
2025-12-19 21:21:57 -05:00
parent e6daf2c304
commit 6ee80336ea
5 changed files with 41 additions and 18 deletions

View File

@@ -97,14 +97,5 @@
users.users.etcd.uid = 10016;
users.groups.etcd.gid = 10016;
environment.systemPackages = with pkgs; [
net-tools # for debugging
tcpdump
e2fsprogs # mkfs.ext4
gptfdisk # cgdisk
];
networking.firewall.enable = false; # TODO: This is just here for debugging / initial development.
# TODO: Maybe use networking.nftables.enable to switch to nftables?
};
}