Compare commits

..

3 commits

Author SHA1 Message Date
8f05a1028a
talhelper follows unstable 2024-07-15 18:11:02 -05:00
06758d97ac
enable firmware updates 2024-07-15 18:10:39 -05:00
7fa5e12ef4
resume upstream go version 2024-07-15 18:10:19 -05:00
4 changed files with 6 additions and 3 deletions

View file

@ -650,7 +650,7 @@
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
"nixpkgs-unstable"
]
},
"locked": {

View file

@ -61,7 +61,7 @@
# talhelper - A tool to help creating Talos kubernetes cluster
talhelper = {
url = "github:budimanjojo/talhelper";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# Lix- Substitution of the Nix package manager, focused on correctness, usability, and growth and committed to doing right by its community.

View file

@ -17,7 +17,7 @@ in
warp-terminal = warpTerminalOverlay;
termius = termiusOverlay;
talosctl = talosctlOverlay;
go = goOverlay;
# go = goOverlay;
# The unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'

View file

@ -16,6 +16,9 @@
};
};
# For updating firmware on the Framework.
services.fwupd.enable = true;
networking = {
useDHCP = lib.mkDefault true;
networkmanager.enable = true;