nixos/tower: Enable doas fingerprint auth
This commit is contained in:
		@@ -66,6 +66,14 @@
 | 
				
			|||||||
          };
 | 
					          };
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        security = {
 | 
				
			||||||
 | 
					          doas = {
 | 
				
			||||||
 | 
					            # Fingerprint auth :)
 | 
				
			||||||
 | 
					            wheelNeedsPassword = true;
 | 
				
			||||||
 | 
					            extraRules = [ { groups = [ "wheel" ]; persist = true; } ];
 | 
				
			||||||
 | 
					          };
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        console.keyMap = "uk";
 | 
					        console.keyMap = "uk";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        services = {
 | 
					        services = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user