self-hosting/profiles/storage.nix
2021-11-26 00:14:44 +01:00

8 lines
148 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../environment.nix
../hardware/hetzner-dedicated-storage1.nix
../modules/openssh.nix
];
}