flake.lock: bump

This commit is contained in:
2025-10-23 12:16:15 +03:00
parent 241b7565cb
commit fa7ffb1d08
7 changed files with 225 additions and 137 deletions
+3
View File
@@ -26,6 +26,9 @@ in {
programs.niri.enable = true; # wayland compositor in rust
programs.niri.package = perSystem.niri.niri;
environment.variables = {
NIXOS_OZONE_WL = "1";
};
security = {
pam.services.gtklock = {};
soteria.enable = true; # polkit agent in rust
+10 -10
View File
@@ -19,16 +19,16 @@ in {
runAsRoot = false;
swtpm.enable = true;
vhostUserPackages = [pkgs.virtiofsd];
ovmf = {
enable = true;
packages = [
(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
})
.fd
];
};
# ovmf = {
# enable = true;
# packages = [
# (pkgs.OVMF.override {
# secureBoot = true;
# tpmSupport = true;
# })
# .fd
# ];
# };
};
};
};