minor config cleanup

This commit is contained in:
sid 2026-05-10 18:30:55 +02:00
parent 21a610df37
commit 18b970a750
4 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./ess.nix
./nginx.nix
./openssh.nix
];

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
services.k3s = {