Add some tools and use relaxed for build sandbox
This commit is contained in:
		
							parent
							
								
									d0dfba5c03
								
							
						
					
					
						commit
						e6c35604bb
					
				| @ -8,10 +8,10 @@ | |||||||
|     ./fs.nix |     ./fs.nix | ||||||
|     ./gitlab-runner.nix |     ./gitlab-runner.nix | ||||||
|     ./net.nix |     ./net.nix | ||||||
|  |     ./overlays.nix | ||||||
|     ./slurm.nix |     ./slurm.nix | ||||||
|     ./ssh.nix |     ./ssh.nix | ||||||
|     ./users.nix |     ./users.nix | ||||||
|     ./overlays.nix |  | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   systemd.services."serial-getty@ttyS0" = { |   systemd.services."serial-getty@ttyS0" = { | ||||||
| @ -25,9 +25,11 @@ | |||||||
| 
 | 
 | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|     vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option |     vim wget git htop tmux pciutils tcpdump ripgrep nix-index nixos-option | ||||||
|  |     ipmitool freeipmi ethtool lm_sensors | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nix.settings.experimental-features = [ "nix-command" "flakes" ]; |   nix.settings.experimental-features = [ "nix-command" "flakes" ]; | ||||||
|  |   nix.settings.sandbox = "relaxed"; | ||||||
|   nix.gc.automatic = true; |   nix.gc.automatic = true; | ||||||
| 
 | 
 | ||||||
|   programs.zsh.enable = true; |   programs.zsh.enable = true; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user