Refactor common modules.

This commit is contained in:
2025-10-24 15:34:31 +01:00
parent e5cd9bd98e
commit 53ef2f6293
17 changed files with 262 additions and 219 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, inputs, ... }:
{
# Workstation profile: Development workstation configuration
# Extends server-node with development tools and emulation
# Adds development tools and emulation on top of minimal-node
imports = [
./server-node.nix
./minimal-node.nix
./unattended-encryption.nix
];