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
8
profiles/storage.nix
Normal file
8
profiles/storage.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../environment.nix
|
||||
../hardware/hetzner-dedicated-storage1.nix
|
||||
../modules/openssh.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue