commit a107363afbc30e81536d3c205ced1e3ed6551b9a
parent adbf2c4be769c699d445d3c7df14c201c60378f1
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 23 May 2020 14:05:07 +0200
hokkaido: enable ssh, git and avahi
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix
@@ -20,4 +20,10 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/e1833693-77ac-4d52-bcc7-54d082788639"; }];
+ profiles = {
+ avahi.enable = true;
+ git.enable = true;
+ ssh.enable = true;
+ nix-config.buildCores = 2;
+ };
}