mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
update dev configurations
This commit is contained in:
parent
9f7475fd7e
commit
dc2124e37a
2 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
services.qemuGuest.enable = true;
|
||||
sconfig.profile = "server";
|
||||
services.getty.autologinUser = "root";
|
||||
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.qemuGuest.enable = true;
|
||||
sconfig.profile = "desktop";
|
||||
sconfig.gnome = true;
|
||||
imports = [ ../neo/configuration.nix ];
|
||||
services.getty.autologinUser = "root";
|
||||
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
|
||||
boot.loader.grub.device = "nodev";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue