mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-15 00:52:39 +02:00
fix: fallback from unstable to stable caused NixOS failed to boot(precondition: the system image is created with unstable nixpkgs)
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
{
|
||||||
|
# override the default nixpkgs
|
||||||
|
nixpkgs.pkgs = args.pkgs-unstable;
|
||||||
|
}
|
||||||
|
|
||||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||||
|
|
||||||
../../../modules/nixos/core-server.nix
|
../../../modules/nixos/core-server.nix
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
{
|
||||||
|
# override the default nixpkgs
|
||||||
|
nixpkgs.pkgs = args.pkgs-unstable;
|
||||||
|
}
|
||||||
|
|
||||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||||
|
|
||||||
../../../modules/nixos/core-server.nix
|
../../../modules/nixos/core-server.nix
|
||||||
|
|||||||
@@ -10,6 +10,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
{
|
||||||
|
# override the default nixpkgs
|
||||||
|
nixpkgs.pkgs = args.pkgs-unstable;
|
||||||
|
}
|
||||||
|
|
||||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||||
|
|
||||||
../../../modules/nixos/core-server.nix
|
../../../modules/nixos/core-server.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user