initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit f5180767b1 - Show all commits
+3 -1
View File
@@ -4,7 +4,9 @@
imports = [
./modules/modules.nix
./iso/branding.nix
];
] ++ (if builtins.pathExists /etc/nixos/hub-overrides.nix
then [ /etc/nixos/hub-overrides.nix ]
else []);
# ── Boot ────────────────────────────────────────────────────
boot.loader.systemd-boot.enable = true;
-1
View File
@@ -27,7 +27,6 @@
self.nixosModules.Sovran_SystemsOS
/etc/nixos/role-state.nix
/etc/nixos/custom.nix
/etc/nixos/hub-overrides.nix
];
};