GNU: Don't require modules since we don't need to.
svn path=/nixos/trunk/; revision=20584
This commit is contained in:
parent
176f6c52dd
commit
18542f6424
@ -14,12 +14,6 @@ with pkgs.lib;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
require =
|
|
||||||
[ ../installer/grub/grub.nix
|
|
||||||
../services/networking/ssh/sshd.nix
|
|
||||||
../services/networking/ssh/lshd.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
config = mkIf config.gnu {
|
config = mkIf config.gnu {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user