1
0
Fork 0

add(bodenheizung): enable ssh

This commit is contained in:
Philipp 2025-05-23 16:32:56 +02:00
parent 8835d9f869
commit 3203380b81
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -38,7 +38,6 @@ with lib.${namespace};
description = "Philipp Böhm"; description = "Philipp Böhm";
extraGroups = [ extraGroups = [
"wheel" "wheel"
"caddy"
"audio" "audio"
]; ];
}; };
@ -68,6 +67,7 @@ with lib.${namespace};
services = { services = {
btrfs = enabled; btrfs = enabled;
ssh = enabled;
}; };
system = { system = {