some more server configuration

This commit is contained in:
pagedmov
2024-11-01 04:10:12 -04:00
parent dfb157c14f
commit ab9fb16c34
3 changed files with 41 additions and 0 deletions

View File

@@ -13,6 +13,14 @@
};
};
networking = {
networkmanager.enable = true;
hostName = "xenon";
firewall = {
enable = true;
};
};
environment = {
variables = {
PATH = "${pkgs.clang-tools}/bin:$PATH";