autoupdate
This commit is contained in:
parent
110f47dbde
commit
23082d8847
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ in
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
facter.reportPath = ./facter.json;
|
facter.reportPath = ./facter.json;
|
||||||
|
|
||||||
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
flake = "git+https://git.hamburg.ccc.de/jopejoe1/c3terminal";
|
||||||
|
dates = "5min";
|
||||||
|
};
|
||||||
|
|
||||||
users.users.c3terminal = {
|
users.users.c3terminal = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
password = "test";
|
password = "test";
|
||||||
|
|
Loading…
Reference in a new issue