l 3 power-action -> k 3 power-action

This commit is contained in:
lassulus 2016-07-26 21:36:47 +02:00
parent 947f79a399
commit b139155bee
5 changed files with 6 additions and 6 deletions

View file

@ -28,6 +28,7 @@ let
./on-failure.nix ./on-failure.nix
./os-release.nix ./os-release.nix
./per-user.nix ./per-user.nix
./power-action.nix
./Reaktor.nix ./Reaktor.nix
./realwallpaper.nix ./realwallpaper.nix
./retiolum-bootstrap.nix ./retiolum-bootstrap.nix

View file

@ -3,10 +3,10 @@
with config.krebs.lib; with config.krebs.lib;
let let
cfg = config.lass.power-action; cfg = config.krebs.power-action;
out = { out = {
options.lass.power-action = api; options.krebs.power-action = api;
config = lib.mkIf cfg.enable imp; config = lib.mkIf cfg.enable imp;
}; };

View file

@ -58,7 +58,7 @@ with config.krebs.lib;
# }; # };
#} #}
{ {
lass.power-action.battery = "BAT1"; krebs.power-action.battery = "BAT1";
} }
]; ];

View file

@ -11,7 +11,7 @@ let
''; '';
in { in {
lass.power-action = { krebs.power-action = {
enable = true; enable = true;
plans.low-battery = { plans.low-battery = {
upperLimit = 30; upperLimit = 30;
@ -36,6 +36,6 @@ in {
]; ];
security.sudo.extraConfig = '' security.sudo.extraConfig = ''
${config.lass.power-action.user.name} ALL= (root) NOPASSWD: ${suspend} ${config.krebs.power-action.user.name} ALL= (root) NOPASSWD: ${suspend}
''; '';
} }

View file

@ -4,7 +4,6 @@ _:
./ejabberd ./ejabberd
./folderPerms.nix ./folderPerms.nix
./mysql-backup.nix ./mysql-backup.nix
./power-action.nix
./umts.nix ./umts.nix
./urxvtd.nix ./urxvtd.nix
./wordpress_nginx.nix ./wordpress_nginx.nix