configured lockscreen

This commit is contained in:
Rouven Seifert 2023-01-21 19:03:24 +01:00
parent fd3f3dd2a7
commit c8bca81c12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 69 additions and 45 deletions

View file

@ -1,5 +1,4 @@
{ config, pkgs, lib, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -10,7 +9,6 @@
../../shared/vim.nix
../../shared/sops.nix
../../shared/gpg.nix
../../shared/zsh-fix.nix
];
# Use the systemd-boot EFI boot loader.
@ -61,6 +59,7 @@
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
# fix to enable secure boot in vms
environment.etc = {
"ovmf/edk2-x86_64-secure-code.fd" = {
@ -74,7 +73,6 @@
};
};
environment.systemPackages = with pkgs; [
wget
gcc