Commit e4ab9ec01ef2

Vincent Demeester <vincent@sbr.pm>
2018-11-23 17:50:37
shikoku,wakasu: use ssh module
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c2dc788
Changed files (2)
machine/shikoku.nix
@@ -3,7 +3,6 @@
 {
   imports = [ # Include the results of the hardware scan.
     ../hardware-configuration.nix
-    ../profiles/ssh.nix
     ../profiles/dev.nix
     ../profiles/gaming.nix
     ../location/home.nix
@@ -14,6 +13,7 @@
   profiles.buildkit.enable = true;
   profiles.containerd.enable = true;
   profiles.virtualization.enable = true;
+  profiles.ssh.enable = true;
   
   time.timeZone = "Europe/Paris";
 
machine/wakasu.nix
@@ -4,7 +4,6 @@
   imports =
     [ # Include the results of the hardware scan.
     ../hardware-configuration.nix
-    ../profiles/ssh.nix
     ../profiles/dev.nix
     ../location/home.nix
     ../hardware/lenovo-p50.nix
@@ -14,6 +13,7 @@
   profiles.docker.enable = true;
   profiles.containerd.enable = true;
   profiles.virtualization.enable = true;
+  profiles.ssh.enable = true;
 
   # Move elsewhere
   programs.podman = {