Way too massive refactoring
This commit is contained in:
parent
113d68be68
commit
24aac9708b
49 changed files with 481 additions and 407 deletions
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
networking.hostName = "nixos";
|
||||
|
||||
imports = [ ../base.nix ];
|
||||
imports = [ ../shared/base.nix ];
|
||||
|
||||
#Many installs will need this, and it won't hurt either way
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
#Prevent user from being locked out of the system before switching to proper config
|
||||
users.mutableUsers = pkgs.lib.mkForce true;
|
||||
users.mutableUsers = lib.mkForce true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue