i am colored surprised

This commit is contained in:
alisceon 2025-09-29 16:56:54 +02:00
parent a95cbb9147
commit 07651fbcdf

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
security.sudo.wheelNeedsPassword = true;
security.sudo.wheelNeedsPassword = lib.mkDefault true;
services = {
openssh = {
enable = true;