split server desktop, move stuff
This commit is contained in:
parent
69026cb461
commit
5e9a74280e
19 changed files with 107 additions and 127 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./modules
|
||||
(import ./hardware "hetzner-vpn1")
|
||||
./modules/server
|
||||
(import ./modules/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