Few changes
This commit is contained in:
parent
d9f0f4ad20
commit
10bab660db
3 changed files with 9 additions and 13 deletions
|
@ -20,6 +20,7 @@
|
||||||
"https://codeberg.org".provider = "generic";
|
"https://codeberg.org".provider = "generic";
|
||||||
"https://git.rcia.dev".provider = "generic";
|
"https://git.rcia.dev".provider = "generic";
|
||||||
};
|
};
|
||||||
|
init.defaultBranch = "main";
|
||||||
merge.tool = "nvim -d";
|
merge.tool = "nvim -d";
|
||||||
};
|
};
|
||||||
signing = {
|
signing = {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
networking = {
|
networking = {
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 8000 42595 1420 ];
|
allowedTCPPorts = [ 8000 42595 1420 7777 ];
|
||||||
allowedUDPPorts = [ 24642 ];
|
allowedUDPPorts = [ 24642 ];
|
||||||
};
|
};
|
||||||
hostName = "totsugeki";
|
hostName = "totsugeki";
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
};
|
};
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = false;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
|
|
|
@ -13,20 +13,15 @@
|
||||||
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
|
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
};
|
};
|
||||||
#"/mnt/Datos" = {
|
"/mnt/Datos" = {
|
||||||
# device = "/dev/disk/by-uuid/eb3b01e9-556f-4c9d-aa99-5495c1bc51e1";
|
device = "/dev/disk/by-uuid/4d0a4a15-a962-420a-b641-37afbac65c3a";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [ "user" "x-systemd.automount" "exec" ];
|
options = [ "user" "x-systemd.automount" "exec" ];
|
||||||
#};
|
};
|
||||||
"/mnt/Windows" = {
|
"/mnt/Windows" = {
|
||||||
device = "/dev/disk/by-uuid/E290A87190A84DBB";
|
device = "/dev/disk/by-uuid/491E4ED690A84DBB";
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
options = [ "nofail" ];
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
#"/mnt/Windows-Datos" = {
|
|
||||||
# device = "/dev/disk/by-uuid/1E58C48458C45BE1";
|
|
||||||
# fsType = "ntfs";
|
|
||||||
# options = [ "nofail" ];
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue