Pocket: Remove host.

This commit is contained in:
Dmitry Voronin 2025-01-13 11:20:42 +03:00
parent 89525be874
commit 8c0630d671
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 0 additions and 50 deletions
host/x86_64-linux/pocket

View file

@ -1,5 +0,0 @@
{ ... }:
{
# Don't suspend on lid closed.
services.logind.lidSwitch = "ignore";
}

View file

@ -1,9 +0,0 @@
{ ... }:
{
networking = {
firewall.extraCommands = ''
# Local access.
ip6tables -I INPUT -j ACCEPT -s fd09:8d46:0b26::/48
'';
};
}

View file

@ -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;
};
};
}