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 = {
|
services = {
|
||||||
dbus.implementation = "broker";
|
dbus.implementation = "broker";
|
||||||
dbus.packages = [ pkgs.gcr ];
|
dbus.packages = [ pkgs.gcr ];
|
||||||
fail2ban.enable = true;
|
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
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";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue