nix-infra/hosts/ocelot/default.nix

14 lines
251 B
Nix
Raw Normal View History

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