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 = {

View File

@@ -182,6 +182,7 @@ in {
if [ -f $HOME/.bashrc-personal ]; then
source $HOME/.bashrc-personal
fi
fc
'';
shellAliases = {
os-sw = "sudo nixos-rebuild switch --flake ~/zaneyos";
@@ -204,9 +205,11 @@ in {
ll = "eza -lh --icons --grid --group-directories-first";
la = "eza -lah --icons --grid --group-directories-first";
ssh-server = "ssh garand_plg@192.168.1.156 -p 556 -i ~/.ssh/hp-t640-homeserver";
fc = "fortune | cowsay";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
".." = "cd ..";
KYS = "shutdown now";
};
};
home-manager.enable = true;