about summary refs log tree commit diff
path: root/nix/machines/hq-c02fk3q7md6t
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-09 08:28:01 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-09 08:28:01 -0800
commit0998d8294e21cd8bdc6ac94525df0aae51bb4b0d (patch)
tree06c34041e7fb2f474e046dbb5deec3f23f82f0af /nix/machines/hq-c02fk3q7md6t
parentset hostname and correct ssh key (diff)
downloadworld-0998d8294e21cd8bdc6ac94525df0aae51bb4b0d.tar.gz
move each machine into a directory
it will be easier to break down some configs.
Diffstat (limited to 'nix/machines/hq-c02fk3q7md6t')
-rw-r--r--nix/machines/hq-c02fk3q7md6t/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/machines/hq-c02fk3q7md6t/default.nix b/nix/machines/hq-c02fk3q7md6t/default.nix
new file mode 100644
index 0000000..001f3d5
--- /dev/null
+++ b/nix/machines/hq-c02fk3q7md6t/default.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }: {
+  imports = [ ../darwin-shared.nix ];
+
+  system.stateVersion = 5;
+
+  programs.fish.enable = true;
+  environment.shells = [ pkgs.fish ];
+}