This commit is contained in:
2025-12-06 17:33:49 +00:00
parent f15297edfb
commit 5587751048
2 changed files with 22 additions and 5 deletions

21
flake.lock generated
View File

@@ -110,6 +110,26 @@
"type": "github" "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-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -597,6 +617,7 @@
"inputs": { "inputs": {
"beads": "beads", "beads": "beads",
"darwin": "darwin", "darwin": "darwin",
"disko": "disko",
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"home-manager": "home-manager", "home-manager": "home-manager",
"homebrew-cask": "homebrew-cask", "homebrew-cask": "homebrew-cask",

View File

@@ -30,11 +30,7 @@
}; };
}; };
boot.loader.grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
};
networking.hostName = hostname; networking.hostName = hostname;
} }