convoluted solution looking for a problem

unified modules structure
This commit is contained in:
Vinzenz Schroeter 2023-09-24 10:15:53 +02:00
parent bf3946e06f
commit 1b7989336e
14 changed files with 61 additions and 44 deletions

View file

@ -1,13 +1,13 @@
{...}: {
{pkgs, ...}: {
imports = [
./modules/server
(import ./modules/hardware "hetzner-vpn1")
(import ./modules {
hostName = "hetzner-vpn1";
enableDesktop = false;
})
];
config = {
my = {
server.enable = true;
};
my.server.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdYqY3Y1/f1bsAi5Qfyr/UWuX9ixu96IeAlhoQaJkbf''