Changed: Pipewire

This commit is contained in:
2025-04-07 18:19:32 +02:00
parent 2d30ca51f3
commit 521120022a
4 changed files with 141 additions and 16 deletions

View File

@@ -27,15 +27,11 @@
# Bootloader.
boot.loader = {
grub = {
enable = true;
device = "/dev/sda";
};
#efi = {
# canTouchEfiVariables = true;
efi = {
canTouchEfiVariables = true;
# efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
#};
#systemd-boot.enable = true;
};
systemd-boot.enable = true;
};
networking.hostName = "nix-desktop"; # Define your hostname.