moved some packages

This commit is contained in:
KoenDR06 2025-02-27 23:06:47 +01:00
parent bb0e1d7591
commit 896c688be4
10 changed files with 30 additions and 26 deletions

View file

@ -14,7 +14,6 @@
horseman.username = "horseman";
networking.hostName = "luna";
system.stateVersion = "24.11";

View file

@ -48,7 +48,7 @@
};
terminal = {
zsh.enable = true;
zsh.enable = true;
};
};
}

View file

@ -17,11 +17,11 @@
networking.hostName = "solis";
systemd.timers."backupSyncthing" = {
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "weekly";
Persistent = true;
};
wantedBy = ["timers.target"];
timerConfig = {
OnCalendar = "weekly";
Persistent = true;
};
};
systemd.services."backupSyncthing" = {

View file

@ -9,7 +9,7 @@
imports = [
../../modules
../../modules/boot/loader/systemd.nix
];
];
config.horseman = {
users.default.enable = true;