mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
more changes
This commit is contained in:
@ -16,13 +16,13 @@
|
||||
|
||||
config = {
|
||||
|
||||
# Allow specified unfree packages (identified elsewhere)
|
||||
# Retrieves package object based on string name
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg: builtins.elem (lib.getName pkg) config.allowUnfreePackages;
|
||||
|
||||
# Allow specified insecure packages (identified elsewhere)
|
||||
nixpkgs.config.permittedInsecurePackages = config.allowInsecurePackages;
|
||||
# # Allow specified unfree packages (identified elsewhere)
|
||||
# # Retrieves package object based on string name
|
||||
# nixpkgs.config.allowUnfreePredicate =
|
||||
# pkg: builtins.elem (lib.getName pkg) config.allowUnfreePackages;
|
||||
#
|
||||
# # Allow specified insecure packages (identified elsewhere)
|
||||
# nixpkgs.config.permittedInsecurePackages = config.allowInsecurePackages;
|
||||
|
||||
};
|
||||
|
||||
|
@ -17,6 +17,7 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
nmasur.presets.services = {
|
||||
grub.enable = lib.mkDefault true;
|
||||
# Configure physical power buttons
|
||||
logind.enable = lib.mkDefault true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user