add some changes to nixos config
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.ccls-cache/
|
||||
@@ -25,7 +25,14 @@
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
fileSystems."/srv/data" = {
|
||||
device = "/dev/disk/by-label/DATA";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/srv/wd" = {
|
||||
device = "/dev/disk/by-label/WD_2TB";
|
||||
fsType = "ext4";
|
||||
};
|
||||
swapDevices =
|
||||
[ { device = "/dev/mapper/luks-9cd65807-a47b-4ffe-ac11-05680b9fffb0"; }
|
||||
];
|
||||
|
||||
@@ -46,9 +46,9 @@ static const int lockfullscreen =
|
||||
#include <X11/XF86keysym.h>
|
||||
|
||||
static const Layout layouts[] = {
|
||||
{"><>", NULL},
|
||||
//{NULL, centeredfloatingmaster},
|
||||
//{"|M|", centeredmaster},
|
||||
//{"><>", NULL},
|
||||
{"[F]", centeredfloatingmaster},
|
||||
{"|M|", centeredmaster},
|
||||
{"[]=", tile}, /* first entry is default */
|
||||
{"[M]", monocle},
|
||||
{"[@]", spiral},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
};
|
||||
nick = "halbg0tt";
|
||||
server = {
|
||||
address = "irc.libera.chat";
|
||||
address = "palladium.libera.chat";
|
||||
autoConnect = false;
|
||||
port = 6697;
|
||||
};
|
||||
|
||||
@@ -5,5 +5,21 @@
|
||||
weechat = {
|
||||
enable = true;
|
||||
};
|
||||
tor = {
|
||||
enable = true;
|
||||
controlSocket.enable = true;
|
||||
client = {
|
||||
enable = true;
|
||||
socksListenAddress = {
|
||||
addr = "127.0.0.1";
|
||||
port = 9050;
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
MapAddress = "palladium.libera.chat libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion";
|
||||
ControlPort = [ 9051 ];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,10 +6,6 @@
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
tor = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
networkmanager = {
|
||||
|
||||
Reference in New Issue
Block a user