diff --git a/flake.lock b/flake.lock index fd3a7e6..a561ae4 100644 --- a/flake.lock +++ b/flake.lock @@ -110,6 +110,26 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1764627417, + "narHash": "sha256-D6xc3Rl8Ab6wucJWdvjNsGYGSxNjQHzRc2EZ6eeQ6l4=", + "owner": "nix-community", + "repo": "disko", + "rev": "5a88a6eceb8fd732b983e72b732f6f4b8269bef3", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -597,6 +617,7 @@ "inputs": { "beads": "beads", "darwin": "darwin", + "disko": "disko", "flake-parts": "flake-parts", "home-manager": "home-manager", "homebrew-cask": "homebrew-cask", diff --git a/hosts/michael/default.nix b/hosts/michael/default.nix index c102a8b..ceb778d 100644 --- a/hosts/michael/default.nix +++ b/hosts/michael/default.nix @@ -30,11 +30,7 @@ }; }; - boot.loader.grub = { - enable = true; - efiSupport = true; - efiInstallAsRemovable = true; - }; + networking.hostName = hostname; }