From d3b3065f3088eae77590d0029678719b6ac76e74 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 8 Mar 2024 07:30:18 +0000 Subject: [PATCH] Vanguard: change username --- flake.nix | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index 98f49b0a..1bab2fba 100644 --- a/flake.nix +++ b/flake.nix @@ -206,22 +206,17 @@ ]; }; - Vanguard = let + Vanguard = systemConfig { hostName = "Vanguard"; - user = "xenia"; - system = "x86_64-linux"; - in - systemConfig { - inherit hostName user system; - systemModules = [ - ./services/sshd.nix - ./system/hyprland.nix - ./system/games.nix - ]; - homeModules = [ - ./home/hyprland/default.nix - ]; - }; + systemModules = [ + ./services/sshd.nix + ./system/hyprland.nix + ./system/games.nix + ]; + homeModules = [ + ./home/hyprland/default.nix + ]; + }; ## Work