mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
9 lines
148 B
Nix
9 lines
148 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
../environment.nix
|
||
|
|
../hardware/hetzner-dedicated-storage1.nix
|
||
|
|
../modules/openssh.nix
|
||
|
|
];
|
||
|
|
}
|