From d4a13cef791e5c73bc5bc63f26dc20c7e6b76415 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 24 Mar 2026 20:17:40 +0100 Subject: Added kronos configuration --- hosts/kronos/configuration.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index e69de29..2696949 100644 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -0,0 +1,15 @@ +{ + lib, + pkgs, + ... +}: { + imports = [ + ./hardware-configuration.nix + ../../common.nix + ]; + + networking = { + hostName = "kronos"; + networkmanager.enable = true; + }; +} -- cgit v1.2.3