moved all of my config into this nix flake
This commit is contained in:
12
common/all.nix
Normal file
12
common/all.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{}:
|
||||
|
||||
# config that i use on all my hosts
|
||||
|
||||
{
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
Reference in New Issue
Block a user