router0-dmz0: bump to 24.11
This commit is contained in:
parent
b228938d63
commit
2a1043932d
3 changed files with 36 additions and 29 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
get-flake.url = "github:ursi/get-flake";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.05";
|
||||
home-manager.url = "github:nix-community/home-manager/release-24.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
disko.url = "github:nix-community/disko";
|
||||
|
@ -17,7 +17,7 @@
|
|||
# "github:nakato/nixos-sbc"
|
||||
# "github:steveej-forks/nakato_nixos-sbc/kernel-6.9_and_cross-compile"
|
||||
# "github:steveej-forks/nakato_nixos-sbc/kernel-6.10_and_cross-compile"
|
||||
"github:steveej-forks/nakato_nixos-sbc/kernel-6.10_and_cross-compile_mtkbump"
|
||||
"github:steveej-forks/nakato_nixos-sbc/wifi-workaround"
|
||||
# "git+file:///home/steveej/src/others/nakato_nixos-sbc/"
|
||||
;
|
||||
nixos-sbc.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -37,6 +37,8 @@
|
|||
# url = "file+https://raw.githubusercontent.com/openwrt/openwrt/847984c773d819d5579d5abae4b80a4983103ed9/package/network/services/hostapd/patches/710-vlan_no_bridge.patch";
|
||||
# flake = false;
|
||||
# };
|
||||
|
||||
# repoFlake.url = "path:../../../..";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -63,6 +65,8 @@
|
|||
inherit nodeName;
|
||||
|
||||
repoFlake = get-flake ../../../..;
|
||||
# repoFlake = get-flake ./.;
|
||||
# repoFlake = self.inputs.repoFlake;
|
||||
nodeFlake = self;
|
||||
}).meta.nodeSpecialArgs.${nodeName};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue