diff --git a/hosts/supernova/default.nix b/hosts/supernova/default.nix index 01def96..b657295 100644 --- a/hosts/supernova/default.nix +++ b/hosts/supernova/default.nix @@ -6,6 +6,7 @@ ]; lyn.kernel.latest.enable = true; lyn.profiles.base.enable = true; + lyn.profiles.headless.enable = true; lyn.users.lyn.enable = true; networking.hostName = "supernova"; boot.loader.efi.canTouchEfiVariables = true; diff --git a/modules/profiles/headless.nix b/modules/profiles/headless.nix new file mode 100644 index 0000000..7d03353 --- /dev/null +++ b/modules/profiles/headless.nix @@ -0,0 +1,5 @@ +{modulesPath}{ + imports = [ + (modulesPath + "/profiles/headless.nix") + ]; +} \ No newline at end of file