fixing a LOT of typos
This commit is contained in:
parent
795bb17857
commit
b183b789b4
25 changed files with 57 additions and 65 deletions
|
@ -9,11 +9,9 @@ in
|
|||
enable = mkEnableOption "Media auth";
|
||||
};
|
||||
|
||||
config = mkMerge [
|
||||
(mkIf config.modules.services.auth.enable (
|
||||
environment.systemPackages = with pkgs; [
|
||||
authelia
|
||||
];
|
||||
))
|
||||
];
|
||||
config = mkIf config.modules.services.auth.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
authelia
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue