aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-25 13:39:28 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-25 13:39:28 -0700
commit5541b9080518a81ed4bc389c414af89a4d27f618 (patch)
tree1949eb2189d6b5ee063db40c6ba1147e65e2b8d4 /flake.nix
parentautomatically add packages to the overlays (diff)
downloadinfra-5541b9080518a81ed4bc389c414af89a4d27f618.tar.gz
use correct hostname for the flake
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b84749e..8a43bfe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -101,7 +101,7 @@
};
# work laptop
- darwinConfigurations.hq-kwny2vh41p = mkSystem "hq-kwny2vh41p" {
+ darwinConfigurations.HQ-KWNY2VH41P = mkSystem "hq-kwny2vh41p" {
system = "aarch64-darwin";
user = "fcuny";
darwin = true;