fix: recreate with raw content (was double-base64'd)

This commit is contained in:
2026-06-28 19:05:20 +01:00
parent de9500afb8
commit b75ce5f28e

13
modules/common.nix Normal file
View File

@@ -0,0 +1,13 @@
{ config, lib, pkgs, ... }:
{
imports = [
./common/users.nix
./common/packages.nix
./common/services.nix
./common/networking.nix
./common/system.nix
./common/garbage-collection.nix
./common/docker-host.nix
];
}