chore: update flake (systemd 257) #11

Merged
lsjostro merged 1 commit from lsjostro/push-zlnnkpsuuolx into main 2025-01-22 12:07:48 +01:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit e34f1459c1 - Show all commits

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1731139594,
"narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=",
"lastModified": 1737469691,
"narHash": "sha256-nmKOgAU48S41dTPIXAq0AHZSehWUn6ZPrUKijHAMmIk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2",
"rev": "9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab",
"type": "github"
},
"original": {

View file

@ -33,10 +33,10 @@
(nixpkgs.lib.nixosSystem {
modules = [
(
{ lib, ... }:
{ ... }:
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
system.stateVersion = "25.05";
}
)
{
@ -54,10 +54,10 @@
(nixpkgs.lib.nixosSystem {
modules = [
(
{ lib, ... }:
{ ... }:
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
system.stateVersion = "25.05";
}
)
{

View file

@ -15,7 +15,7 @@ let
Type = "root";
Minimize = "best";
Format = "erofs";
MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /srv /tmp /mnt /lib /efi";
MakeDirectories = "/home /root /etc /dev /sys /bin /var /proc /run /usr /usr/bin /srv /tmp /mnt /lib /efi";
Verity = "data";
VerityMatchKey = "root";
SplitName = "root";