From 23683bc962df94d64f3cbb6c7b64ae7a03c9386d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 22 Dec 2025 14:46:00 +0100 Subject: [PATCH] modify alphaOS config --- hosts/min/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/min/configuration.nix b/hosts/min/configuration.nix index caa663e..194e758 100644 --- a/hosts/min/configuration.nix +++ b/hosts/min/configuration.nix @@ -5,13 +5,13 @@ }: { imports = [ - ../muos/disk-config.nix + ../lambdaos/disk-config.nix ../../common/boot.nix ]; networking.useDHCP = lib.mkDefault true; networking = { - hostName = "nuOS"; # Define your hostname. + hostName = "lambdaOS"; # Define your hostname. networkmanager.enable = true; # Easiest to use and most distros use this by default. };