feat(marpa): disable power button
This commit is contained in:
		
							parent
							
								
									1ff6cf25ef
								
							
						
					
					
						commit
						dd94b9003d
					
				@ -1,5 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ./logind.nix
 | 
			
		||||
    ../../../modules/ssh.nix
 | 
			
		||||
    ../../../modules/sunshine.nix
 | 
			
		||||
    ../../../modules/xserver.nix
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								hosts/marpa/services/logind.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								hosts/marpa/services/logind.nix
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  services.logind = {
 | 
			
		||||
    powerKey = "ignore";
 | 
			
		||||
    powerKeyLongPress = "ignore";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user