forest/hosts/amy/configuration.nix

12 lines
235 B
Nix
Raw Normal View History

2024-06-04 20:36:38 +00:00
{ ... }: {
imports = [
./hardware-configuration.nix
];
zramSwap.enable = true;
networking.hostName = "amy";
networking.domain = "serv.ashhhleyyy.dev";
services.openssh.enable = true;
system.stateVersion = "23.11";
}