nix-infra/hosts/ocelot/default.nix
2024-04-01 19:16:35 +02:00

12 lines
237 B
Nix

{ ... }: {
imports = [
./hardware-configuration.nix
./gotosocial.nix
];
boot.tmp.cleanOnBoot = true;
zramSwap.enable = true;
networking.hostName = "ocelot";
networking.domain = "";
system.stateVersion = "23.11";
}