nix: updated inputs (24.05)

This commit is contained in:
Primrose 2024-06-01 14:32:14 +02:00
parent c8c56bc433
commit 125e7f3c33
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
12 changed files with 60 additions and 169 deletions

View file

@ -1,6 +1,5 @@
{ pkgs, hostname, ... }:
{
system.stateVersion = 4;
services.nix-daemon.enable = true;

View file

@ -8,5 +8,4 @@
pkgs.gnused
pkgs.cachix
];
}

View file

@ -1,7 +1,5 @@
{ pkgs, ... }:
{
system.stateVersion = "23.11";
imports = [
./hardware-configuration.nix
@ -51,6 +49,6 @@
nix.optimise = {
automatic = true;
dates = ["weekly"];
dates = [ "weekly" ];
};
}