9 lines
112 B
Nix
9 lines
112 B
Nix
{
|
|
hostname = "nixos";
|
|
username = "biscuit";
|
|
timezone = "America/Chicago";
|
|
|
|
# VPN
|
|
vpn_enable = true;
|
|
}
|