Extract router roles

This commit is contained in:
Fabian Hauser 2019-11-18 22:51:02 +01:00
parent 73284a7fb0
commit c27573f72d
7 changed files with 721 additions and 732 deletions

View file

@ -4,24 +4,21 @@
{
system.autoUpgrade.enable = true;
# Select internationalisation properties.
i18n = {
consoleFont = "Lat2-Terminus16";
consoleKeyMap = "sg-latin1";
defaultLocale = "en_US.UTF-8";
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget curl vim tmux git ncat bind
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
# List services that you want to enable:
# Networking
networking.firewall = {
allowPing = true;
allowedTCPPorts = [ 22 ];
};
# Enable the OpenSSH daemon.
services.openssh.enable = true;