feat: add 'azure' cloud option (and generalized module)

This commit is contained in:
2026-01-30 15:19:11 +01:00
parent a78af6529c
commit a64d153004
7 changed files with 41 additions and 12 deletions

View File

@@ -11,11 +11,10 @@ let
in
{
imports = [
../../modules/cloud
../../modules/desktop/niri
../../modules/3d
../../modules/git.nix
# ../../modules/hetzner.nix
../../modules/k9s.nix
../../modules/kitty.nix
../../modules/ssh.nix
@@ -37,6 +36,7 @@ in
xdg.userDirs.download = "${config.home.homeDirectory}/dl";
browser.primary = "librewolf";
cloud.hetzner.enable = true;
shell.bash = {
enable = true;