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