Try to make cloud hosts work.

This commit is contained in:
2025-10-24 14:58:00 +01:00
parent 4921679140
commit f918ff5df2
4 changed files with 32 additions and 2 deletions

8
home/programs/cloud.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
imports = [ ./server.nix ];
# Cloud-specific home-manager programs
# Currently uses server profile's minimal CLI setup
# Add cloud-specific customizations here if needed in the future
}