From 799b4cb088dd9b6b04485b2c9712b52abb77cfba Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 8 Mar 2024 07:29:36 +0000 Subject: [PATCH] Northstar: change username --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 98f49b0a..bbb48cdd 100644 --- a/flake.nix +++ b/flake.nix @@ -191,11 +191,10 @@ Northstar = let hostName = "Northstar"; - user = "xenia"; system = "x86_64-linux"; in systemConfig { - inherit hostName user system; + inherit hostName system; systemModules = [ ./system/laptop.nix ./system/hyprland.nix