Update to 25.05 and add git-cliff

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-05-19 21:25:06 +02:00
parent 9fc0b33228
commit f10feaaddd
8 changed files with 37 additions and 20 deletions

View File

@@ -4,4 +4,5 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 5;
}

View File

@@ -30,8 +30,8 @@
};
channel.enable = false;
};
networking = {
hostName = "NixOS_Desktop"; # Define your hostname.
networkmanager.enable = true;
@@ -84,7 +84,7 @@
services.printing.enable = true;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@@ -125,7 +125,7 @@
xfce.xfce4-whiskermenu-plugin
];
virtualisation.podman.enable = true9;
virtualisation.podman.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@@ -133,5 +133,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.11"; # Did you read the comment?
system.stateVersion = "25.05"; # Did you read the comment?
}