mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
add sbctl
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
locale
|
||||
network
|
||||
nix-settings
|
||||
security
|
||||
rtkit
|
||||
shellapps
|
||||
user
|
||||
version
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.security = {
|
||||
flake.nixosModules.rtkit = {
|
||||
security.rtkit.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
onepassword
|
||||
steam
|
||||
lact
|
||||
secure-boot
|
||||
];
|
||||
|
||||
home-manager.users.${user}.imports = with config.flake.homeModules; [
|
||||
|
||||
7
modules/security/secure-boot/secure-boot.nix
Normal file
7
modules/security/secure-boot/secure-boot.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.secure-boot = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
sbctl
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user