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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user