From e4dc73daec0ba27e84130c61160c730a6440b06c Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 16 Aug 2024 17:36:17 +0200 Subject: [PATCH] rename device --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 99fcd36..3a240f8 100644 --- a/flake.nix +++ b/flake.nix @@ -52,10 +52,10 @@ nixosConfigurations = { # Workstation config # user and hostName variable inside hostConfig so we can call it in other modules - computer-mo = + workstation = let user = "mo"; - hostName = "computer-mo"; + hostName = "workstation"; in lib.nixosSystem { specialArgs = {