Compare commits
1 commit
2102822e52
...
4eb535b934
Author | SHA1 | Date | |
---|---|---|---|
4eb535b934 |
2 changed files with 1 additions and 4 deletions
|
@ -6,9 +6,6 @@ in {
|
|||
networking.interfaces.eth0.useDHCP = true;
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ config.services.rtorrent.port ];
|
||||
networking.firewall.allowedUDPPorts = [ config.services.rtorrent.port ];
|
||||
|
||||
fileSystems."/mnt/storage" = {
|
||||
device = "storage:/mnt/storage";
|
||||
fsType = "nfs";
|
||||
|
|
|
@ -76,7 +76,7 @@ let
|
|||
inherit tags;
|
||||
targetHost = ip;
|
||||
allowLocalDeployment = type == "local";
|
||||
targetUser = null; # Defaults to $USER
|
||||
targetUser = "victor"; # Defaults to $USER
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue