Rename directories for better organization
This commit is contained in:
parent
9d1bd2941f
commit
de8301ba4a
47 changed files with 52 additions and 52 deletions
|
@ -1,16 +0,0 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
networking.hostName = "gaming";
|
||||
|
||||
imports = [
|
||||
../shared/base.nix
|
||||
../shared/hardware/nvidia.nix
|
||||
|
||||
../personal-machines/desktop.nix
|
||||
|
||||
../servers/gaming-server.nix
|
||||
];
|
||||
|
||||
users.users.vili.hashedPasswordFile = lib.mkForce null;
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue