[feat] Add secureboot

This commit is contained in:
uttarayan21
2024-02-22 17:44:20 +05:30
parent ed82e4eec4
commit 4a7cc1121c
5 changed files with 237 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, device, ... }: {
imports = [
../common/firefox.nix
../linux/hyprland.nix
@@ -17,6 +17,7 @@
ExecStart = "${pkgs.spotify-player}/bin/spotify_player -d";
Restart = "on-failure";
RestartSec = "5";
User = "${device.user}";
};
};
}