fix: remove geir user from sleeper-service (server-only configuration)
Some checks are pending
🏠 Home Lab CI/CD Pipeline / 🔍 Validate Configuration (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🔨 Build Configurations (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔒 Security Audit (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📚 Documentation & Modules (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 🔄 Update Dependencies (push) Waiting to run
🏠 Home Lab CI/CD Pipeline / 🚀 Deploy Configuration (push) Blocked by required conditions
🏠 Home Lab CI/CD Pipeline / 📢 Notify Results (push) Blocked by required conditions

- Remove geir user module from sleeper-service configuration
- Servers should only use sma user to avoid pulling desktop packages
- Update instruction.md with user configuration strategy:
  - Desktop machines: geir user (includes desktop packages)
  - Server machines: sma user ONLY (minimal server config)
- This prevents servers from importing browsers and GUI applications

This change reduces server footprint and follows separation of concerns
between desktop workstations and headless servers.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-05 17:09:25 +02:00
parent 88638827c3
commit 715911cc62
2 changed files with 8 additions and 2 deletions

View file

@ -10,8 +10,7 @@
../../modules/services/nfs.nix
../../modules/system/transmission.nix
# User modules
../../modules/users/geir.nix
# User modules - server only needs sma user
../../modules/users/sma.nix
];