7 lines
169 B
Nix
7 lines
169 B
Nix
{ ... }:
|
|
{
|
|
boot.tmp.cleanOnBoot = true;
|
|
zramSwap.enable = false;
|
|
networking.hostName = "o001";
|
|
networking.domain = "subnet01171946.vcn01171946.oraclevcn.com";
|
|
}
|