nix-infra/hosts/ocelot/default.nix

10 lines
177 B
Nix

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