25 lines
1.2 KiB
Nix
25 lines
1.2 KiB
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
###########################################################
|
|
# #
|
|
# Sovran_SystemsOS — custom.nix #
|
|
# #
|
|
# Services, features, and roles are managed by the #
|
|
# Sovran Hub. Any changes you make through the Hub #
|
|
# will appear in a Hub Managed section added #
|
|
# automatically below. #
|
|
# #
|
|
# If you want to add your own NixOS modules or #
|
|
# configuration, place them here — outside of the #
|
|
# Hub Managed section. #
|
|
# #
|
|
# After making changes, rebuild with: #
|
|
# #
|
|
# nixos-rebuild switch #
|
|
# #
|
|
###########################################################
|
|
|
|
# ─── Add your custom NixOS configuration below ───────────
|
|
|
|
} |