Update 'systems/LoutreOS/configuration.nix'

This commit is contained in:
nyanloutre 2023-01-05 11:18:09 +01:00
parent eff9aadf90
commit 3d472d07c2
1 changed files with 1 additions and 5 deletions

View File

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