2024-07-30 15:06:34 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
2024-07-03 07:15:39 +01:00
|
|
|
imports = [
|
|
|
|
./services/caddy.nix
|
|
|
|
./services/forgejo.nix
|
|
|
|
./services/grafana.nix
|
2024-07-21 18:40:13 +01:00
|
|
|
./services/home-assistant.nix
|
2024-07-03 07:15:39 +01:00
|
|
|
./services/minecraft.nix
|
|
|
|
./services/nix-serve.nix
|
2024-07-21 18:40:13 +01:00
|
|
|
# ./services/radicale.nix
|
2024-07-03 07:15:39 +01:00
|
|
|
./services/sshd.nix
|
|
|
|
./services/syncthing.nix
|
|
|
|
# ./services/znc.nix
|
|
|
|
];
|
|
|
|
boot.loader = {
|
|
|
|
systemd-boot.enable = true;
|
|
|
|
efi.canTouchEfiVariables = true;
|
|
|
|
};
|
|
|
|
users.mutableUsers = false;
|
|
|
|
system.autoUpgrade.operation = "switch";
|
2024-07-21 18:40:13 +01:00
|
|
|
hardware.bluetooth.enable = true;
|
2024-07-03 07:15:39 +01:00
|
|
|
}
|