Migrate srv01-hf to pangolin and dockhand

This commit is contained in:
JuliusFreudenberger 2026-02-08 12:25:48 +01:00
parent e890501a0a
commit fd6810bd59
2 changed files with 26 additions and 52 deletions

View file

@ -11,7 +11,7 @@
};
inputs = {
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
@ -48,7 +48,7 @@
outputs = {
self,
nixpkgs,
#nixpkgs-unstable,
nixpkgs-unstable,
nixos-hardware,
home-manager,
auto-cpufreq,
@ -81,10 +81,6 @@
system = "x86_64-linux";
specialArgs = {
#pkgs-unstable = import nixpkgs-unstable {
# inherit system;
# config.allowUnfree = true;
#};
inherit inputs outputs username;
};
@ -142,6 +138,10 @@
specialArgs = {
inherit inputs outputs;
pkgs-unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
};
};
modules = [