Commit 553db207d3f4

Vincent Demeester <vincent@sbr.pm>
2018-04-26 15:13:57
Make honshu server :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2496a64
Changed files (1)
machine
machine/honshu.nix
@@ -4,15 +4,12 @@
 	imports =
 		[ # Include the results of the hardware scan.
 			../hardware-configuration.nix
-			../profiles/ssh.nix
-			../profiles/laptop.nix
+			../hardware/dell-latitude-e6540.nix
+			../profiles/server.nix
 			../profiles/dev.python.nix
 			../profiles/dev.go.nix
-			../profiles/virtualization.nix
 			../profiles/dockerization.nix
-			../profiles/office.nix
 			../location/home.nix
-			../hardware/dell-latitude-e6540.nix
 			../service/ssh-tunnel.nix
 		];