♻️ refactor some monitoring configs

This commit is contained in:
2024-02-17 22:12:24 -05:00
parent 15d95e6208
commit f7e0ac3cbb
5 changed files with 23 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{ config, ... }: {
imports = [ ./common.nix ];
imports = [ ./common.nix ../monitoring ];
nix = {
gc = {
@ -20,6 +20,11 @@
mosh.enable = true;
};
services = {
openssh.enable = true;
tailscale.enable = true;
};
system = {
autoUpgrade = {
enable = true;