From 114068d23cc0e32221c932a24f382288cd08e85d Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 14 Sep 2024 18:35:07 +0200 Subject: [PATCH] fix(host): add missing flake variable for luci --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2f5ee8d..2570513 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,8 @@ in { system = "x86_64-linux"; specialArgs = { inherit stateVersion inputs; - + hostname = "luci"; + username = "ephase"; }; modules = [ ./nixos/default.nix