no longer fucked

This commit is contained in:
tess 2022-10-28 14:29:41 +02:00
parent 6f1c0a899b
commit 4254b00b49
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{
networking.hostName = "queer-heaven"; # Define your hostname.
services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
}

View File

@ -6,6 +6,6 @@ git pull
cp -r /etc/nixos/ ./backup
sudo cp -r ./configuration.nix ./hostname.nix /etc/nixos/
sudo cp -r ./configuration.nix /etc/nixos/
echo "done :)"