forked from nyanloutre/nixos-config
Update 'systems/LoutreOS/configuration.nix'
This commit is contained in:
parent
09ec8c3554
commit
eff9aadf90
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
./services.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ../../overlays/transmission.nix)
|
||||
];
|
||||
|
||||
|
||||
nix.settings.trusted-users = [ "root" "paul" ];
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Reference in a new issue