Pocket: Remove host.
This commit is contained in:
parent
89525be874
commit
8c0630d671
|
@ -1,5 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Don't suspend on lid closed.
|
||||
services.logind.lidSwitch = "ignore";
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
firewall.extraCommands = ''
|
||||
# Local access.
|
||||
ip6tables -I INPUT -j ACCEPT -s fd09:8d46:0b26::/48
|
||||
'';
|
||||
};
|
||||
}
|
|
@ -1,36 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
home.nixos.enable = true;
|
||||
user = {
|
||||
root = true;
|
||||
voronind = true;
|
||||
};
|
||||
|
||||
module = {
|
||||
builder.client.enable = true;
|
||||
package.extra = true;
|
||||
print.enable = true;
|
||||
purpose = {
|
||||
creative = true;
|
||||
gaming = true;
|
||||
laptop = true;
|
||||
work = true;
|
||||
};
|
||||
display = {
|
||||
primary = "DSI-1";
|
||||
rotate = {
|
||||
tty = 90;
|
||||
DSI-1 = 90;
|
||||
};
|
||||
};
|
||||
sway.extraConfig = [ "input type:touch map_to_output DSI-1" ];
|
||||
hwmon = {
|
||||
file = "temp1_input";
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon";
|
||||
};
|
||||
intel.cpu = {
|
||||
enable = true;
|
||||
powersave = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue