aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5468b6f..2d5c56c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -98,8 +98,8 @@
};
in {
nixosConfigurations = {
- kronos = mkSystem "kronos" "nord-blue";
- herra = mkSystem "herra" "schrottkatze";
+ kronos = mkSystem "kronos" "schrottkatze";
+ herra = mkSystem "herra" "cinnamon";
mystra = mkSystem "mystra" "nord-blue";
};
};