oh yeah it should be bootable whoops

Main
Johannes Hendrik Gerard van der Weide 2024-03-06 10:49:17 +01:00
parent 675b9cb280
commit 0a5e91f94b
1 changed files with 23 additions and 0 deletions

View File

@ -1,4 +1,27 @@
{
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
editor = false;
};
};
};
nix = {
settings = {
# Enable flakes and new 'nix' command
experimental-features = "nix-command flakes";
# Deduplicate and optimize nix store
auto-optimise-store = true;
};
};
nixpkgs.config = {
allowUnfree = true;
};
networking = {
hostName = "HermitCollective";
domain = "hermitcollective.net";