1{...}: { 2 imports = [ 3 ./firewall.nix 4 ./interface.nix 5 ]; 6 7 networking.hostName = "koumakan"; 8 networking.networkmanager.enable = true; 9}