add(bodenheizung): enable ssh
This commit is contained in:
parent
8835d9f869
commit
3203380b81
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue