added disko configuration to remove disk formatting from auto installer
Check NixOS configurations / eval-hosts (push) Failing after 14m31s

This commit is contained in:
2026-07-15 07:30:32 +10:00
parent 8460eff2de
commit 7bfe8cb0b2
4 changed files with 51 additions and 4 deletions
+3 -1
View File
@@ -2,14 +2,16 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
# inputs.disko.nixosModules.disko
../../modules/common/configuration.nix
../../modules/nix-cache/client.nix
../../modules/remote-builder-client.nix
../../modules/disko/proxmox.nix
];
networking.hostName = "nix-minimal"; # Define your hostname.