forest/hosts/amy/configuration.nix

12 lines
264 B
Nix

{ ... }: {
imports = [
./hardware-configuration.nix
../../common/generic.nix
];
zramSwap.enable = true;
networking.hostName = "amy";
networking.domain = "serv.ashhhleyyy.dev";
services.openssh.enable = true;
system.stateVersion = "23.11";
}