update commonUsers and refactor system config
This commit is contained in:
parent
a1f42a13a1
commit
3b7a80ef03
8 changed files with 131 additions and 104 deletions
9
nix/os/snippets/timezone.nix
Normal file
9
nix/os/snippets/timezone.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }:
|
||||
|
||||
let
|
||||
passwords = import ../../../variables/passwords.crypt.nix;
|
||||
|
||||
in
|
||||
{
|
||||
time.timeZone = lib.mkDefault passwords.timeZone.stefan;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue