we servering
This commit is contained in:
parent
7688f7e215
commit
594981ca52
4 changed files with 103 additions and 141 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue