10 lines
174 B
Nix
10 lines
174 B
Nix
{
|
|
imports = [
|
|
../common
|
|
(import ../../users/nick { autologin = true; })
|
|
];
|
|
|
|
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
|
time.timeZone = "Europe/Athens";
|
|
}
|