nix-infra/hosts/ocelot/default.nix
2024-03-24 19:30:03 +01:00

13 lines
251 B
Nix

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