2024-06-14 03:22:51 +03:00
|
|
|
{ lib, ... }: {
|
2024-03-04 00:34:39 +03:00
|
|
|
imports = [
|
|
|
|
./Backup.nix
|
2024-06-13 17:00:05 +03:00
|
|
|
./Container.nix
|
2024-03-29 09:05:08 +03:00
|
|
|
./Filesystem.nix
|
|
|
|
./Network.nix
|
2024-03-04 00:34:39 +03:00
|
|
|
];
|
2024-06-14 03:22:51 +03:00
|
|
|
|
|
|
|
# Disable auto-switch.
|
|
|
|
systemd.services.autoupdate.enable = lib.mkForce false;
|
|
|
|
systemd.timers.autoupdate.enable = lib.mkForce false;
|
2024-03-04 00:34:39 +03:00
|
|
|
}
|