This commit is contained in:
k
2024-09-06 21:15:30 -04:00
parent 6f8d77da40
commit d060ce64d5
2 changed files with 18 additions and 78 deletions

View File

@@ -40,13 +40,6 @@
LC_TIME = "en_US.UTF-8";
};
# Enable the X11 windowing system.
services.xserver.enable = false;
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = false;
services.xserver.desktopManager.gnome.enable = false;
# Enable CUPS to print documents.
services.auto-cpufreq.enable = true;
@@ -54,10 +47,7 @@
powerManagement.powertop.enable = true;
powerManagement.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
];
@@ -65,7 +55,7 @@
users.users.k = {
isNormalUser = true;
description = "k";
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [zsh];
shell = pkgs.zsh;
};
@@ -88,10 +78,6 @@
intel-media-driver
microcodeIntel
];
networking.firewall = {
enable = false;
allowedTCPPorts = [80 443 22 ];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions