Remove option duplicated option with nixos-modules

This commit is contained in:
Sandro - 2023-05-02 21:50:19 +02:00
parent b1fe1ea0b3
commit 60416e372e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 5 deletions

View File

@ -223,11 +223,6 @@
};
};
system.userActivationScripts.removeChannels = ''
echo "Removing all channels.."
rm -v /nix/var/nix/profiles/per-user/*/channels*
'';
time.timeZone = lib.mkDefault "Europe/Berlin";
users.motd = builtins.readFile ./motd;