Update 'systems/LoutreOS/configuration.nix'

This commit is contained in:
nyanloutre 2023-01-05 11:13:39 +01:00
parent 09ec8c3554
commit eff9aadf90
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
./services.nix ./services.nix
]; ];
nixpkgs.overlays = [
(import ../../overlays/transmission.nix)
];
nix.settings.trusted-users = [ "root" "paul" ]; nix.settings.trusted-users = [ "root" "paul" ];
boot = { boot = {