prepare configuration for server use
This commit is contained in:
parent
db67663eb6
commit
e65ba7c8a6
12 changed files with 188 additions and 7 deletions
16
hetzner-vpn1.nix
Normal file
16
hetzner-vpn1.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./modules
|
||||
(import ./hardware "hetzner-vpn1")
|
||||
];
|
||||
|
||||
config = {
|
||||
my = {
|
||||
desktop.enable = false;
|
||||
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