Compare commits

..

No commits in common. "8f05a1028af46ad8f207041a367c1d50c2d6c8c2" and "0a2b769f336e5fef55d65c387d6675441787dcd9" have entirely different histories.

4 changed files with 3 additions and 6 deletions

View file

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

View file

@ -61,7 +61,7 @@
# talhelper - A tool to help creating Talos kubernetes cluster # talhelper - A tool to help creating Talos kubernetes cluster
talhelper = { talhelper = {
url = "github:budimanjojo/talhelper"; url = "github:budimanjojo/talhelper";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# Lix- Substitution of the Nix package manager, focused on correctness, usability, and growth and committed to doing right by its community. # 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; warp-terminal = warpTerminalOverlay;
termius = termiusOverlay; termius = termiusOverlay;
talosctl = talosctlOverlay; talosctl = talosctlOverlay;
# go = goOverlay; go = goOverlay;
# The unstable nixpkgs set (declared in the flake inputs) will # The unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable' # be accessible through 'pkgs.unstable'

View file

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