mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 00:11:26 +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 = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
{
|
||||
# override the default nixpkgs
|
||||
nixpkgs.pkgs = args.pkgs-unstable;
|
||||
}
|
||||
|
||||
../../../modules/nixos/proxmox-hardware-configuration.nix
|
||||
|
||||
../../../modules/nixos/core-server.nix
|
||||
|
||||
Reference in New Issue
Block a user