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