hello world!
This commit is contained in:
+4
-4
@@ -10,10 +10,10 @@
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
|
||||
grub = {
|
||||
enable = false;
|
||||
device = "nodev";
|
||||
};
|
||||
# grub = {
|
||||
# enable = false;
|
||||
# device = "nodev";
|
||||
# };
|
||||
};
|
||||
|
||||
initrd = {
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
system.stateVersion = "25.05";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
settings = {
|
||||
builders-use-substitutes = true;
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user