Try to make cloud hosts work.
This commit is contained in:
8
home/programs/cloud.nix
Normal file
8
home/programs/cloud.nix
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user