Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 15, 2024
1 parent 33b8e3c commit 9c9c0b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hosts/hastur/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

system.stateVersion = "22.11"; # Did you read the comment?
users.mutableUsers = false;
# services.userborn.enable = true;
# system.etc.overlay.enable = false;
# system.etc.overlay.mutable = false;
services.userborn.enable = true;
system.etc.overlay.enable = true;
system.etc.overlay.mutable = false;
# system.forbiddenDependenciesRegexes = [ "perl" ];
environment.etc."resolv.conf".text = ''
nameserver 127.0.0.1
Expand All @@ -26,7 +26,7 @@
};

nix.gc = {
# automatic = true;
automatic = true;
dates = "weekly";
options = "--delete-older-than 10d";
};
Expand Down Expand Up @@ -67,8 +67,8 @@
mysql.enable = true;
prometheus.enable = true;
vaultwarden.enable = true;
# matrix-conduit.enable = true;
# mautrix-telegram.enable = true;
matrix-conduit.enable = true;
mautrix-telegram.enable = true;
# coredns.enable = true;
misskey.enable = true;
dnsproxy.enable = true;
Expand Down

0 comments on commit 9c9c0b8

Please sign in to comment.