mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-09 15:29:44 +07:00
chore(metal): update OS image to Fedora 39
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM nixos/nix
|
FROM docker.io/nixos/nix
|
||||||
|
|
||||||
COPY flake.nix flake.nix
|
COPY flake.nix flake.nix
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ tools:
|
|||||||
--volume homelab-tools-cache:/root/.cache \
|
--volume homelab-tools-cache:/root/.cache \
|
||||||
--volume homelab-tools-nix:/nix \
|
--volume homelab-tools-nix:/nix \
|
||||||
--workdir $(shell pwd) \
|
--workdir $(shell pwd) \
|
||||||
nixos/nix nix --experimental-features 'nix-command flakes' develop
|
docker.io/nixos/nix nix --experimental-features 'nix-command flakes' develop
|
||||||
|
|
||||||
test:
|
test:
|
||||||
make -C test
|
make -C test
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
iso_url: "https://download.fedoraproject.org/pub/fedora/linux/releases/38/Server/x86_64/iso/Fedora-Server-dvd-x86_64-38-1.6.iso"
|
iso_url: "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Server/x86_64/iso/Fedora-Server-dvd-x86_64-39-1.5.iso"
|
||||||
iso_checksum: "sha256:66b52d7cb39386644cd740930b0bef0a5a2f2be569328fef6b1f9b3679fdc54d"
|
iso_checksum: "sha256:2755cdff6ac6365c75be60334bf1935ade838fc18de53d4c640a13d3e904f6e9"
|
||||||
timezone: Asia/Ho_Chi_Minh
|
timezone: Asia/Ho_Chi_Minh
|
||||||
dhcp_proxy: true
|
dhcp_proxy: true
|
||||||
|
Reference in New Issue
Block a user