secrets fixes

adds steam
removes old ssh keys symlinks
adds gnome extensions
removes useless go paths
This commit is contained in:
2024-11-01 15:15:40 +01:00
parent 71d6a1dc81
commit 0f3d7b56ed
18 changed files with 358 additions and 175 deletions

View File

@ -3,6 +3,7 @@
imports = [
# Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix
./packages/default.nix
./nvidia.nix
./virtualization.nix
./users.nix
@ -92,24 +93,21 @@
};
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# Enable the OpenSSH daemon.
# services.openssh = {
# enable = true;
# enableSSHSupport = true;
# port = 400;
# permitRootLogin = "no";
# passwordAuthentication = false;
# pubkeyAuthentication = true;
# };
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall = {
enable = true;
allowedTCPPorts = [ ];
allowedUDPPorts = [ ];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions