Commit 16d5f2105917

Vincent Demeester <vincent@sbr.pm>
2020-02-24 12:35:25
machines/honshu: base nixos and add ape conf
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 14cf8c8
Changed files (1)
machines
machines/honshu.nix
@@ -1,5 +1,6 @@
 {
   imports = [
-    ./base.nix
+    ./base.nixos.nix
   ];
+  xdg.configFile."ape.conf".source = ../assets/ape.conf;
 }