self-hosting/profiles/storage.nix

9 lines
148 B
Nix
Raw Normal View History

2021-11-26 00:14:44 +01:00
{ config, lib, pkgs, ... }:
{
imports = [
../environment.nix
../hardware/hetzner-dedicated-storage1.nix
../modules/openssh.nix
];
}