diff --git a/config.nix b/config.nix index b87653d..c0935c4 100644 --- a/config.nix +++ b/config.nix @@ -16,6 +16,12 @@ in time.timeZone = "Europe/Berlin"; facter.reportPath = ./facter.json; + system.autoUpgrade = { + enable = true; + flake = "git+https://git.hamburg.ccc.de/jopejoe1/c3terminal"; + dates = "5min"; + }; + users.users.c3terminal = { isNormalUser = true; password = "test";