diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 100644 index 0000000..3eeb573 --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1,12 @@ +Copyright (C) 2026 by Kris Lamoureux + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf3b9e1 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ + + +# nix-gaming + +NixOS gaming VM, running under Proxmox with GPU passthrough. + +This is **not a generic template**; it's the actual config for my specific +gaming-focused VM. The goal is to keep as much of this machine's setup as +possible here. + +### Features + +- **Desktop** — KDE Plasma on Wayland +- **GPU** — NVIDIA GPU drivers +- **Kernel** — Linux 7.x +- **Boot** — EFI boot via systemd-boot diff --git a/configuration.nix b/configuration.nix index fd24cf3..5a7b458 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2026 Kris Lamoureux +# SPDX-License-Identifier: 0BSD + # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 39d59dd..5096808 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2026 Kris Lamoureux +# SPDX-License-Identifier: 0BSD + # Do not modify this file! It was generated by 'nixos-generate-config' # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead.