summaryrefslogtreecommitdiffstats
path: root/mb/1systems/p1nk/configuration.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-05-28 09:12:57 +0200
committermakefu <github@syntax-fehler.de>2019-05-28 09:12:57 +0200
commit952aeb6c14ecee07b65c7afdf65992216055c9d6 (patch)
tree038079c0d476286358f9a5f3ebaee60f6b49ebf5 /mb/1systems/p1nk/configuration.nix
parentf541eae020a229b99afe531139be246f8aecb695 (diff)
parentbe12b8a41370f50b413376717a5db38edfebd828 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'mb/1systems/p1nk/configuration.nix')
-rw-r--r--mb/1systems/p1nk/configuration.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/mb/1systems/p1nk/configuration.nix b/mb/1systems/p1nk/configuration.nix
index 28a7c777..905630e7 100644
--- a/mb/1systems/p1nk/configuration.nix
+++ b/mb/1systems/p1nk/configuration.nix
@@ -22,14 +22,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.wireless.enable = true;
i18n = {
consoleFont = "Lat2-Terminus16";
@@ -143,11 +142,12 @@ in {
sound.enable = true;
hardware.pulseaudio.enable = true;
+ hardware.pulseaudio.support32Bit = true;
services.xserver = {
enable = true;
layout = "de";
- xkbOptions = "neo";
+ xkbOptions = "nodeadkeys";
libinput.enable = true;
desktopManager = {
default = "xfce";
@@ -164,7 +164,9 @@ in {
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
+ krebs.iptables.enable = true;
networking.networkmanager.enable = false;
+ networking.wireless.enable = true;
networking.nameservers = [ "8.8.8.8" "141.1.1.1" ];
networking.enableIPv6 = false;