x1: cleanup
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
b063d7719e
commit
4827a3e325
|
@ -112,7 +112,6 @@ with lib.plusultra;
|
|||
services = {
|
||||
dbus.implementation = "broker";
|
||||
dbus.packages = [ pkgs.gcr ];
|
||||
fail2ban.enable = true;
|
||||
fwupd.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
@ -130,14 +129,6 @@ with lib.plusultra;
|
|||
};
|
||||
};
|
||||
|
||||
# Auto system update
|
||||
# https://search.nixos.org/options?channel=23.11&show=system.autoUpgrade
|
||||
#system.autoUpgrade = {
|
||||
#enable = true;
|
||||
#operation = "boot";
|
||||
#flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ]
|
||||
# flake = "??";
|
||||
# };
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Reference in a new issue