Files
dotfiles/common/all.nix
2023-10-28 19:10:37 +02:00

13 lines
171 B
Nix

{}:
# config that i use on all my hosts
{
# Set your time zone.
time.timeZone = "Europe/Vienna";
users.mutableUsers = false;
nixpkgs.config.allowUnfree = true;
}