Update to 25.05 and add git-cliff
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
Reference in New Issue
Block a user