From 9140befeb5bec2cc48d7fd2ddfc8528bc33f307b Mon Sep 17 00:00:00 2001 From: mb Date: Sun, 28 Apr 2019 15:48:23 +0200 Subject: mb: update configs --- mb/1systems/orange/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mb/1systems/orange') diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index 4ac0996..ff9d498 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; -- cgit v1.2.3 From 97e7944aa61366ce43140779ef6e0b6d65cd621e Mon Sep 17 00:00:00 2001 From: magenbluten Date: Sun, 28 Apr 2019 22:00:12 +0200 Subject: mb orange: no wireshark --- mb/1systems/orange/configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'mb/1systems/orange') diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index ff9d498..fb84471 100644 --- a/mb/1systems/orange/configuration.nix +++ b/mb/1systems/orange/configuration.nix @@ -130,7 +130,6 @@ in { vulnix wcalc wget - wireshark-gtk xz ]; -- cgit v1.2.3 From e1ea2501ae2e5fc285f618b747a5caa66ae3e6da Mon Sep 17 00:00:00 2001 From: magenbluten Date: Tue, 21 May 2019 19:43:40 +0200 Subject: mb: add new machines --- mb/1systems/orange/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mb/1systems/orange') diff --git a/mb/1systems/orange/configuration.nix b/mb/1systems/orange/configuration.nix index fb84471..3e90f89 100644 --- a/mb/1systems/orange/configuration.nix +++ b/mb/1systems/orange/configuration.nix @@ -148,6 +148,8 @@ in { sound.enable = true; hardware.pulseaudio.enable = true; + hardware.pulseaudio.support32Bit = true; + nixpkgs.config.pulseaudio = true; services.xserver = { enable = true; -- cgit v1.2.3