Remove: Gaming / Sunshine / NVIDIA
This commit is contained in:
parent
9dba2b3b6e
commit
0b9d40a96f
4 changed files with 0 additions and 128 deletions
|
@ -1,29 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "gaming";
|
||||
|
||||
imports = [
|
||||
../base.nix
|
||||
../users/vili.nix
|
||||
../desktop.nix
|
||||
../gaming.nix
|
||||
../services/sunshine.nix
|
||||
../hardware-specific/nvidia.nix
|
||||
];
|
||||
|
||||
services.clatd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
users.users.vili.hashedPasswordFile = pkgs.lib.mkForce null;
|
||||
|
||||
swapDevices = pkgs.lib.mkForce [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 4 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue