feat: update home-pc config
This commit is contained in:
parent
99223e4ad8
commit
33a712b637
5 changed files with 37 additions and 31 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware/base.nix
|
||||
./hardware/gpu-nvidia.nix
|
||||
./hardware/gpu-amd.nix
|
||||
./hardware/steam.nix
|
||||
./hardware/ledger.nix
|
||||
./system
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
# declarative config broken atm: https://github.com/NixOS/nixpkgs/issues/91986
|
||||
swapDevices = [{
|
||||
device = "/swap/swapfile";
|
||||
device = "/.swap/swapfile";
|
||||
size = 8192;
|
||||
}];
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
programs.zsh.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
54950 # transmission
|
||||
58324 # transmission
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
24727 # AusweisApp2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue