Files
numbus/templates/numbus-server/configuration.nix
T

17 lines
437 B
Nix

# Do NOT edit this file manually.
# Please use the dedicated script : https://gittea.dev/numbus/numbus.
# This could compromise system stability and is not supported by numbus.
{ config, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
./custom-configuration.nix
./numbus-generated.nix
];
# System
system.stateVersion = "25.11";
}