fix(ci): fix flake evaluation, pure modulesPath, user attrset, and add Gitea Packages upload
Test NaxOS Module Configurations / test-modules (push) Successful in 1m56s

This commit is contained in:
Lukas Holzner
2026-09-04 07:29:57 +02:00
parent 5da58ae6d7
commit 3495538ab1
9 changed files with 118 additions and 25 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{ pkgs, lib, ... }:
{ pkgs, lib, modulesPath, ... }:
{
# Minimal Live ISO base
imports = [
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix>
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
];
# ZFS and Storage tooling on Live ISO
@@ -24,12 +24,12 @@
tmux
htop
btop
whiptail
newt # Provides whiptail
dialog
];
# Automatically launch installer wizard on tty1
services.getty.autologinUser = "root";
services.getty.autologinUser = lib.mkForce "root";
# Welcome banner and installer prompt in bash profile
environment.etc."issue".text = ''