update commonUsers and refactor system config

This commit is contained in:
steveej 2024-01-22 22:45:42 +00:00
parent 255ca68af5
commit ed4768a795
8 changed files with 131 additions and 104 deletions

View file

@ -0,0 +1,9 @@
{ lib, ... }:
let
passwords = import ../../../variables/passwords.crypt.nix;
in
{
time.timeZone = lib.mkDefault passwords.timeZone.stefan;
}