Skip to content

Commit e0bbe10

Browse files
update
1 parent d556dbb commit e0bbe10

File tree

4 files changed

+40
-38
lines changed

4 files changed

+40
-38
lines changed

hp/hp1/hosts.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"172.16.40.70" = ["hp5" "hp5eth"];
1313
"172.16.40.122" = ["pi5-1" "pi5-1-eth"];
1414
"172.16.40.62" = ["chromebox3" "chromebox3-eth"];
15+
"127.0.0.1" = ["redpanda-0"];
1516
};
1617
}

laptops/t/flake.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

laptops/t/flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# https://nix.dev/manual/nix/2.24/command-ref/new-cli/nix3-flake.html#flake-inputs
55
inputs = {
66
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
7-
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
7+
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
88
# https://docs.github.com/en/rest/branches/branches?apiVersion=2022-11-28#get-a-branch
99
# nixpkgs-unstable.url = "github:randomizedcoder/nixpkgs/8f146535307f0168d758fe6fee6f52663cb11695";#iperf2_2.2.1
10-
nixpkgs-unstable.url = "github:randomizedcoder/nixpkgs/c9580e24eb621d72eda63355d7c8dbfb1654d333";
10+
# nixpkgs-unstable.url = "github:randomizedcoder/nixpkgs/c9580e24eb621d72eda63355d7c8dbfb1654d333";
1111
# https://github.com/NixOS/nix/issues/12022
1212
#nix flake lock --override-input nixpkgs /home/eelco/Dev/nixpkgs
1313
#nix flake lock --override-input nixpkgs "/home/das/Downloads/nixpkgs

laptops/t/hosts.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"172.16.40.70" = ["hp5" "hp5eth"];
1313
"172.16.40.122" = ["pi5-1" "pi5-1-eth"];
1414
"172.16.40.62" = ["chromebox3" "chromebox3-eth"];
15+
"127.0.0.1" = ["redpanda-0"];
1516
};
1617
}

0 commit comments

Comments
 (0)