l 1 iso: enable copytoram

This commit is contained in:
lassulus 2017-04-18 19:55:19 +02:00
parent 456f20deda
commit 0011f32a34

View File

@ -11,6 +11,9 @@ with import <stockholm/lib>;
../2configs/mc.nix
../2configs/nixpkgs.nix
../2configs/vim.nix
{
boot.kernelParams = [ "copytoram" ];
}
{
krebs.enable = true;
krebs.build.user = config.krebs.users.lass;