remove open ports on desktop, add lm_sensors package to desktop, add condition to bashrc to not output anything if non iteractive

This commit is contained in:
2024-10-27 16:05:11 +01:00
parent 78fe6c7521
commit f021800293
3 changed files with 19 additions and 5 deletions

View File

@ -8,9 +8,11 @@
modules/vboxHost.nix
];
environment.systemPackages = with pkgs; [
lm_sensors
];
networking.hostName = "nixos-fixe";
networking.firewall.allowedTCPPorts = [ 5900 ];
networking.firewall.allowedUDPPorts = [ 5900 ];
hardware.cpu.intel.updateMicrocode = true;