stuff
This commit is contained in:
parent
914b545af1
commit
4f71dadd01
|
@ -104,7 +104,7 @@
|
|||
type = "zfs_fs";
|
||||
mountpoint = "/home";
|
||||
};
|
||||
src = {
|
||||
srv = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/srv";
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@ in {
|
|||
];
|
||||
|
||||
# 1gb of memory
|
||||
microvm.mem = 1024;
|
||||
microvm.mem = 1024;
|
||||
|
||||
microvm.shares = [
|
||||
{
|
||||
|
@ -186,7 +186,7 @@ in {
|
|||
services.transmission = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
settings.rpc-port = 9091;
|
||||
home = "/mnt/transmission";
|
||||
settings.download-dir = "/mnt/transmission";
|
||||
settings.incomplete-dir = "/mnt/transmission/.incomplete";
|
||||
downloadDirPermissions = "775";
|
||||
|
@ -194,7 +194,7 @@ in {
|
|||
|
||||
# debugging
|
||||
users.users.root = {
|
||||
password = "1234";
|
||||
password = "supersecretpassword";
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
|
@ -276,6 +276,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [port 7979 9696 80 433];
|
||||
networking.firewall.allowedUDPPorts = [port 7979 9696 80 433];
|
||||
networking.firewall.allowedTCPPorts = [port 9117 7878 9696 80 433];
|
||||
networking.firewall.allowedUDPPorts = [port 9117 7878 9696 80 433];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue