usunięcie konfiguracji folderu sieciowego z default.

This commit is contained in:
installer
2025-01-08 09:52:29 +01:00
parent 3e449d1c7b
commit e25799d21c
4 changed files with 100 additions and 25 deletions

View File

@@ -551,19 +551,6 @@ in {
# };
};
fileSystems."/mnt/Garand-Library" = {
device = "//192.168.1.156/Garand-Library";
fsType = "cifs";
options = [
"rw" # Odczyt i zapis
"uid=1000" # UID użytkownika montującego (np. 1000 to często UID pierwszego użytkownika)
"gid=100" # GID grupy użytkownika montującego
"file_mode=0775" # Uprawnienia dla plików
"dir_mode=0775" # Uprawnienia dla katalogów
"credentials=/etc/smb-credentials"
];
};
# services.openvpn.servers = {
# RO-P2P = {
# config = ''

View File

@@ -364,6 +364,7 @@ in {
# Extra Portal Configuration
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
wlr.enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk

View File

@@ -21,8 +21,7 @@ in {
];
shell = pkgs.bash;
ignoreShellProgramCheck = true;
# packages = with pkgs; [
# ];
# packages = with pkgs; [];
};
# "newuser" = {
# homeMode = "755";