hosts: rename cityseventeen and apeturescience

This commit is contained in:
Artur Manuel 2025-04-22 03:03:02 +01:00
commit ff1392552b
Signed by: amadaluzia
SSH key fingerprint: SHA256:uS8IX6IxM7STPOBS/e1vMC6FBToJmSCViQNO/f4SHpU
44 changed files with 37 additions and 37 deletions

View file

@ -17,6 +17,9 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
systemd.packages = [ cfg.package ];
systemd = {
packages = [ cfg.package ];
user.services.foot-server.enable = true;
};
};
}