Refactor.
This commit is contained in:
12
common/minimal-node.nix
Normal file
12
common/minimal-node.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Minimal base configuration for all NixOS systems
|
||||
# Provides: SSH access, user management, boot, impermanence
|
||||
# Note: unattended-encryption is NOT included by default - add it explicitly where needed
|
||||
imports = [
|
||||
./impermanence.nix
|
||||
./sshd.nix
|
||||
./user-ppetru.nix
|
||||
./systemd-boot.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user