aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index ed397ef..92eddee 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -28,19 +28,6 @@
};
};
- system.network = {
- dns.areYouAServer = true;
- static = {
- ip = "192.168.50.2/24";
- gateway = "192.168.50.1";
- };
-
- wireless.static = {
- ssid = "williams";
- pskFile = config.collinux.secrets."williams-psk".path;
- };
- };
-
services = {
sshd.enable = true; # :22
minecraft.enable = true; # :19132