dotfiles/hosts/oracle/o001/configuration.nix
RingOfStorms (Joshua Bell) 5fd49b6456 o001 works finally
2025-03-08 22:48:25 -06:00

9 lines
236 B
Nix

{ ... }:
{
boot.tmp.cleanOnBoot = true;
zramSwap.enable = false;
networking.hostName = "o001";
networking.domain = "subnet01171946.vcn01171946.oraclevcn.com";
services.openssh.enable = true;
system.stateVersion = "23.11";
}