Get everything passing the flake checks

This commit is contained in:
Greg Hellings
2024-11-18 23:42:28 -06:00
parent 1864511341
commit 4324f0ce67
56 changed files with 56 additions and 62 deletions
@@ -1,5 +1,4 @@
{
config,
pkgs,
lib,
...
+1 -1
View File
@@ -6,7 +6,7 @@
};
outputs =
{ nixstable, self, ... }@inputs:
{ nixstable, ... }:
{
nixosConfigurations.vagrant = nixstable.lib.nixosSystem {
system = "x86_64-linux";
+3 -3
View File
@@ -1,7 +1,7 @@
{...}:
{ ... }:
{
virtualisation.vmware.guest = {
enable = true;
headless = false;
}
}
};
}
+1 -1
View File
@@ -61,4 +61,4 @@ rm /mnt/root/in-chroot.sh
umount /mnt/boot
umount /mnt
efibootmgr --bootnext "$(efibootmgr | grep Linux | awk '{print $1}' | sed -E 's/[^0-9]//g')"
reboot
reboot