Add libseccomp-dev, fix ntpd unit, remove telegram
This commit is contained in:
parent
7061d676ec
commit
391badbd93
@ -28,7 +28,7 @@
|
|||||||
RUN apt install -y clang-11 lldb-11 llvm-11* libfuzzer-11-dev
|
RUN apt install -y clang-11 lldb-11 llvm-11* libfuzzer-11-dev
|
||||||
RUN apt install -y pkg-config binutils-dev libunwind-dev
|
RUN apt install -y pkg-config binutils-dev libunwind-dev
|
||||||
RUN apt install -y command-not-found libglib2.0-dev bsdmainutils
|
RUN apt install -y command-not-found libglib2.0-dev bsdmainutils
|
||||||
RUN apt install -y libarchive-dev nettle-dev
|
RUN apt install -y libarchive-dev nettle-dev libseccomp-dev
|
||||||
|
|
||||||
RUN groupmod users -g 100
|
RUN groupmod users -g 100
|
||||||
RUN useradd user -u 1002 -g 100 -s /bin/zsh
|
RUN useradd user -u 1002 -g 100 -s /bin/zsh
|
||||||
|
@ -71,6 +71,8 @@ in {
|
|||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
services = {
|
services = {
|
||||||
|
ntpd.serviceConfig.TimeoutStopSec = 5;
|
||||||
|
|
||||||
"macchanger-wlan0" = {
|
"macchanger-wlan0" = {
|
||||||
description = "Changes MAC of wlan0 for privacy reasons";
|
description = "Changes MAC of wlan0 for privacy reasons";
|
||||||
wants = [ "network-pre.target" ];
|
wants = [ "network-pre.target" ];
|
||||||
|
@ -83,8 +83,6 @@ in {
|
|||||||
smex w3m org-kanban org-brain
|
smex w3m org-kanban org-brain
|
||||||
# Appearance
|
# Appearance
|
||||||
zenburn-theme solarized-theme wc-mode
|
zenburn-theme solarized-theme wc-mode
|
||||||
# IM
|
|
||||||
telega
|
|
||||||
# NixOS
|
# NixOS
|
||||||
company-nixos-options helm-nixos-options
|
company-nixos-options helm-nixos-options
|
||||||
])
|
])
|
||||||
@ -115,7 +113,7 @@ in {
|
|||||||
# x apps
|
# x apps
|
||||||
escrotum wire-desktop evince gimp gnome3.gnome-maps
|
escrotum wire-desktop evince gimp gnome3.gnome-maps
|
||||||
android-file-transfer libreoffice electrum gnome3.nautilus
|
android-file-transfer libreoffice electrum gnome3.nautilus
|
||||||
signal-desktop signal-cli rdesktop tdesktop
|
signal-desktop signal-cli rdesktop
|
||||||
|
|
||||||
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
|
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user