adding h001 host

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 13:42:25 -05:00
parent e671f877d9
commit cafc84e17e
30 changed files with 2173 additions and 614 deletions

View file

@ -40,9 +40,6 @@
ringofstorms_common = {
systemName = configuration_name;
boot.grub.enable = true;
general = {
disableRemoteBuildsOnLio = true;
};
secrets.enable = true;
desktopEnvironment.gnome.enable = true;
programs = {

View file

@ -4,7 +4,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: