aktualizacja i kilka zmian

This commit is contained in:
installer
2025-01-27 17:44:03 +01:00
parent e25799d21c
commit 142605387e
5 changed files with 60 additions and 56 deletions

View File

@@ -342,6 +342,13 @@ in {
bastet
nsnake
exiftool
python3
figlet
fortune
wtf
pipes
cava
wineWowPackages.waylandFull # wine64
# auto-cpufreq
];
@@ -447,6 +454,10 @@ in {
alsa.support32Bit = true;
pulse.enable = true;
};
pulseaudio = {
enable = false;
extraConfig = "load-module module-combine-sink";
};
rpcbind.enable = false;
nfs.server.enable = false;
};
@@ -473,10 +484,6 @@ in {
enable = true;
powerOnBoot = true;
};
pulseaudio = {
enable = false;
extraConfig = "load-module module-combine-sink";
};
graphics = {
enable = true;
enable32Bit = true;
@@ -552,18 +559,18 @@ 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"
];
};
# 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 = {