Commit 553db207d3f4
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
];