module sanitize: neutralize nano
This commit is contained in:
parent
be22f5b695
commit
390ef8040f
1
cd.nix
1
cd.nix
@ -4,6 +4,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
<secrets/hashedPasswords.nix>
|
<secrets/hashedPasswords.nix>
|
||||||
|
./modules/sanitize.nix
|
||||||
./modules/base-cac-CentOS-7-64bit.nix
|
./modules/base-cac-CentOS-7-64bit.nix
|
||||||
./modules/exim-cd.nix
|
./modules/exim-cd.nix
|
||||||
./modules/ejabberd-cd.nix # XXX echtes modul
|
./modules/ejabberd-cd.nix # XXX echtes modul
|
||||||
|
8
modules/sanitize.nix
Normal file
8
modules/sanitize.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
nixpkgs.config.packageOverrides = pkgs:
|
||||||
|
{
|
||||||
|
nano = /var/empty;
|
||||||
|
};
|
||||||
|
}
|
1
mu.nix
1
mu.nix
@ -11,6 +11,7 @@ in
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<secrets/hashedPasswords.nix>
|
<secrets/hashedPasswords.nix>
|
||||||
|
./modules/sanitize.nix
|
||||||
./modules/exim.nix
|
./modules/exim.nix
|
||||||
./modules/retiolum.nix
|
./modules/retiolum.nix
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user