aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOromis Foxtail <qwertman783@outlook.com>2026-04-22 15:43:01 +0200
committerOromis Foxtail <qwertman783@outlook.com>2026-04-22 15:43:01 +0200
commit4d0f59f9580ff62d9b4b2c7aeed23632840d1679 (patch)
tree6fdee042457fc228fa05d84989f4462c4bf25975
parentcaae37c3de3c62d167f36e4d1a856e940a8c01f2 (diff)
Switched kronos to schrottkatze and herra to cinnamon
-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";
};
};