fix(ci): fix flake evaluation, pure modulesPath, user attrset, and add Gitea Packages upload
Test NaxOS Module Configurations / test-modules (push) Successful in 1m56s
Test NaxOS Module Configurations / test-modules (push) Successful in 1m56s
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user