Commit b1510870687c
Changed files (1)
systems
hosts
systems/hosts/wakasu.nix
@@ -91,6 +91,9 @@ in
#yubikey.enable = true;
};
};
+
+ profiles.ssh.enable = true;
+
environment.systemPackages = with pkgs; [
docker-client
];