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
View File
@@ -94,4 +94,3 @@ hyperv-iso.amd64:
description: >-
Release $CI_COMMIT_TAG, found on [Vagrant Cloud](https://app.vagrantup.com/boxen/)
as version v${BUILD}
+4
View File
@@ -35,6 +35,10 @@ shellcheck:
stage: generate
script: nix run ".#shellcheck"
flake-check:
stage: generate
script: nix flake check
validate:
stage: check
needs:
-1
View File
@@ -75,4 +75,3 @@ if [ "${virt}" == "microsoft" ]; then
systemctl enable hypervvssd
fi
%end
-1
View File
@@ -168,4 +168,3 @@ ssh-keygen -A
%end
##### end kickstart post ############################################
-1
View File
@@ -180,4 +180,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end
##### end kickstart post ############################################
-1
View File
@@ -179,4 +179,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end
##### end kickstart post ############################################
-1
View File
@@ -179,4 +179,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end
##### end kickstart post ############################################
-1
View File
@@ -181,4 +181,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end
##### end kickstart post ############################################
@@ -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";
+1 -1
View File
@@ -3,5 +3,5 @@
virtualisation.vmware.guest = {
enable = true;
headless = false;
}
};
}
@@ -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";
+1 -1
View File
@@ -3,5 +3,5 @@
virtualisation.vmware.guest = {
enable = true;
headless = false;
}
};
}
@@ -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";
+1 -1
View File
@@ -3,5 +3,5 @@
virtualisation.vmware.guest = {
enable = true;
headless = false;
}
};
}