Commit aafd268266ed

Vincent Demeester <vincent@sbr.pm>
2019-09-05 10:26:11
machine/naruhodo: enable dev.js and finances
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c93eabe
Changed files (1)
machines/naruhodo.nix
@@ -15,12 +15,14 @@ with import ../assets/machines.nix;{
     containers = false;
     minikube.enable = false;
   };
+  profiles.finances.enable = true;
   profiles.zsh = {
     enable = true;
   };
   profiles.ssh.machines = sshConfig;
   profiles.dev = {
     enable = true;
+    js.enable = true;
   };
   profiles.emacs = {
     enable = true;