mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
improve zap
This commit is contained in:
parent
13425379e7
commit
ac11c25101
1 changed files with 1 additions and 10 deletions
|
@ -24,15 +24,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.openssh.listenAddresses = [
|
||||
{
|
||||
addr = "134.255.219.135";
|
||||
port = 22;
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
||||
networking = {
|
||||
wireless.enable = lib.mkForce false;
|
||||
};
|
||||
|
@ -44,7 +35,7 @@
|
|||
services.hedgedoc = {
|
||||
enable = true;
|
||||
};
|
||||
services.surrealdb.enable = true;
|
||||
services.surrealdb.enable = false;
|
||||
|
||||
console = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue