mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
midgard initial install
This commit is contained in:
parent
a7e8208117
commit
bfbd5a5152
4 changed files with 31 additions and 19 deletions
|
|
@ -1,12 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
# Enable these imports after collecting disk IDs and generated hardware config
|
||||
# during the NixOS installer phase.
|
||||
# imports = [
|
||||
# ./hardware-configuration.nix
|
||||
# ./disko.nix
|
||||
# ];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disko.nix
|
||||
];
|
||||
|
||||
networking.hostName = "midgard";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue