convoluted solution looking for a problem
unified modules structure
This commit is contained in:
parent
bf3946e06f
commit
1b7989336e
14 changed files with 61 additions and 44 deletions
|
|
@ -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''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue