@@ -1,11 +1,8 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../common
|
||||
../../users/nick
|
||||
(import ../../users/nick { autologin = true; })
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Athens";
|
||||
services.getty.autologinUser = config.users.users.nick.name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user