we servering

This commit is contained in:
alisceon 2025-09-24 18:23:45 +02:00
parent 7688f7e215
commit 594981ca52
4 changed files with 103 additions and 141 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
security.sudo.wheelNeedsPassword = true;
services = {
openssh = {
enable = true;
@ -9,8 +10,6 @@
}; # end openssh
}; # end services
services.fwupd.enable = true;
environment = {
systemPackages = with pkgs; [
devenv