2024-04-16 02:51:46 +03:00
|
|
|
{ globalData, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./hardware-configuration
|
|
|
|
./services
|
|
|
|
];
|
|
|
|
|
2024-09-05 17:27:48 +03:00
|
|
|
local.system.kernel = "hardened";
|
|
|
|
|
2024-04-16 02:51:46 +03:00
|
|
|
networking.hostName = "tatos";
|
|
|
|
|
|
|
|
users.users.root.openssh.authorizedKeys.keys = globalData.publicKeys.users.jan;
|
|
|
|
}
|