i am colored surprised
This commit is contained in:
parent
a95cbb9147
commit
07651fbcdf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
security.sudo.wheelNeedsPassword = lib.mkDefault true;
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue