update configuration.nix

This commit is contained in:
♥ Minnie ♥ 2023-05-25 00:54:04 +08:00
parent 73df95d8ad
commit a29c09636d
2 changed files with 16 additions and 25 deletions

View file

@ -115,14 +115,12 @@
networking = {
hostName = "fuchsia";
domain = "kanto.dev";
# Connect to networks
networkmanager.enable = true;
# Open ports in the firewall.
firewall = {
enable = true;
allowedTCPPorts = [ ];
allowedUDPPorts = [ ];
};
# firewall = {
# enable = true;
# allowedTCPPorts = [ ];
# allowedUDPPorts = [ ];
# };
};
fonts = {
@ -227,7 +225,6 @@
# Users
users.users.sajenim = {
isNormalUser = true;
description = "Jasmine Marie Wilson";
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
shell = pkgs.zsh;
};