mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
remove obsolete option from machine spec
svn path=/nixos/trunk/; revision=21151
This commit is contained in:
parent
33ed225a84
commit
e18b352ce0
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ rec {
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.memorySize = 1024;
|
||||
virtualisation.readonlyHostFS = false;
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.slim.enable = false;
|
||||
services.xserver.displayManager.auto.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue