Compare commits
No commits in common. "8f05a1028af46ad8f207041a367c1d50c2d6c8c2" and "0a2b769f336e5fef55d65c387d6675441787dcd9" have entirely different histories.
8f05a1028a
...
0a2b769f33
4 changed files with 3 additions and 6 deletions
|
@ -650,7 +650,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs-unstable"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue