12 lines
156 B
Nix
12 lines
156 B
Nix
{
|
|
hostname = "nixos";
|
|
username = "biscuit";
|
|
timezone = "America/Chicago";
|
|
|
|
# VPN
|
|
vpnEnable = true;
|
|
|
|
# Unfree Softwares
|
|
allowUnfree = true;
|
|
}
|