fix: resolve the errors in the february host configuration; feat: update flake.lock

This commit is contained in:
2026-02-17 15:41:37 -05:00
parent 4f820f94ab
commit 8b0466f49b
5 changed files with 97 additions and 143 deletions
+7
View File
@@ -4,4 +4,11 @@
./hardware-configuration.nix
../common/configuration.nix
];
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
useOSProber = true;
};
}