summaryrefslogtreecommitdiffstats
path: root/mb/1systems/orange/configuration.nix
diff options
context:
space:
mode:
authormb <mb@codemonkey.cc>2019-04-28 15:48:23 +0200
committermb <mb@codemonkey.cc>2019-04-28 15:48:23 +0200
commitaa13c942c6c8e67fca6adac033cbf2415107d343 (patch)
treec1145ff3806b9e832847dc282fd583d1192b53e3 /mb/1systems/orange/configuration.nix
parent3dc61a8f2d525f7f6c1260ca97a918f78242cb1c (diff)
mb: update configs
Diffstat (limited to 'mb/1systems/orange/configuration.nix')
-rw-r--r--mb/1systems/orange/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix
index 4ac0996a..ff9d4988 100644
--- a/mb/1systems/orange/configuration.nix
+++ b/mb/1systems/orange/configuration.nix
@@ -27,15 +27,13 @@ in {
fileSystems."/".options = [ "noatime" "nodiratime" "discard" ];
fileSystems."/mnt/public" = {
- device = "//192.168.88.252/public";
+ device = "//192.168.0.4/public";
fsType = "cifs";
options = let
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s";
in [ "${automount_opts},user,rw,username=mb0,iocharset=utf8,credentials=${config.users.users.mb.home}/.smbcredentials" ];
};
- #networking.hostName = "0r4n93";
- networking.wireless.enable = false;
# Select internationalisation properties.
i18n = {
@@ -173,7 +171,9 @@ in {
#services.openssh.permitRootLogin = "yes";
services.openssh.passwordAuthentication = false;
+ networking.wireless.enable = false;
networking.networkmanager.enable = false;
+ krebs.iptables.enable = true;
#networking.nameservers = [ "8.8.8.8" "141.1.1.1" ];
networking.enableIPv6 = false;