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

@@ -446,6 +446,10 @@ in {
alsa.support32Bit = true;
pulse.enable = true;
};
pulseaudio = {
enable = false;
extraConfig = "load-module module-combine-sink";
};
rpcbind.enable = false;
nfs.server.enable = false;
};
@@ -472,10 +476,6 @@ in {
enable = true;
powerOnBoot = true;
};
pulseaudio = {
enable = false;
extraConfig = "load-module module-combine-sink";
};
graphics = {
enable = true;
enable32Bit = true;

View File

@@ -203,7 +203,6 @@ in {
ls = "eza --icons";
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";
terminal = "cat /home/garand_plg/Documents/terminal.txt";
e-terminal = "nano /home/garand_plg/Documents/terminal.txt";
".." = "cd ..";