feat: enable monado
This commit is contained in:
parent
fb1e989c6a
commit
aefb12faed
1 changed files with 4 additions and 0 deletions
|
|
@ -261,6 +261,10 @@
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
settings.KbdInteractiveAuthentication = false;
|
settings.KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
|
monado = {
|
||||||
|
enable = true;
|
||||||
|
defaultRuntime = true;
|
||||||
|
};
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = false;
|
enable = false;
|
||||||
user = "noa";
|
user = "noa";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue