mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add new storage1 deploy-rs config
This commit is contained in:
parent
f95db22474
commit
09d2ac3f05
5 changed files with 387 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
services.openssh.permitRootLogin = "prohibit-password";
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
../ssh_keys/phfroidmont-desktop.pub
|
||||
../ssh_keys/froidmpa-laptop.pub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue