added nixos-vm
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
prusa-slicer
|
||||
cura
|
||||
fslint
|
||||
transmission-gtk
|
||||
bitwarden
|
||||
];
|
||||
|
||||
fonts = {
|
||||
@ -73,6 +75,10 @@
|
||||
"fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks
|
||||
"mmpokgfcmbkfdeibafoafkiijdbfblfg" # Merge Windows
|
||||
"gppongmhjkpfnbhagpmjfkannfbllamg" # Wappalyzer
|
||||
"nljkibfhlpcnanjgbnlnbjecgicbjkge" # DownThemAll!
|
||||
"lckanjgmijmafbedllaakclkaicjfmnk" # Clearurls
|
||||
"njdfdhgcmkocbgbhcioffdbicglldapd" # LocalCDN
|
||||
"jinjaccalgkegednnccohejagnlnfdag" # Violentmonkey
|
||||
];
|
||||
extraOpts = {
|
||||
"BrowserSignin" = 0;
|
||||
|
@ -69,6 +69,21 @@
|
||||
|
||||
matchBlocks."szczepan.ski" = {
|
||||
hostname = "szczepan.ski";
|
||||
};
|
||||
|
||||
matchBlocks."router" = {
|
||||
hostname = "192.168.1.1";
|
||||
user = "root";
|
||||
localForwards = [ {
|
||||
bind.address = "127.0.0.1";
|
||||
bind.port = 1337;
|
||||
host.address = "127.0.0.1";
|
||||
host.port = 80;
|
||||
} ];
|
||||
};
|
||||
|
||||
matchBlocks."homeserver" = {
|
||||
hostname = "192.168.1.100";
|
||||
# remoteForwards = [ {
|
||||
# bind.address = "127.0.0.1";
|
||||
# bind.port = 52698;
|
||||
@ -76,16 +91,6 @@
|
||||
# host.port = 52698;
|
||||
# } ];
|
||||
};
|
||||
|
||||
matchBlocks."homeserver" = {
|
||||
hostname = "192.168.1.100";
|
||||
remoteForwards = [ {
|
||||
bind.address = "127.0.0.1";
|
||||
bind.port = 52698;
|
||||
host.address = "127.0.0.1";
|
||||
host.port = 52698;
|
||||
} ];
|
||||
};
|
||||
};
|
||||
|
||||
git = {
|
||||
|
Reference in New Issue
Block a user