diff options
| author | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-11 20:53:40 +0100 |
| commit | 760a0edc2937fab375898bbd2f2a3011eb8c9756 (patch) | |
| tree | d5841eb7dc00ef23f6d6a9b52699e83709a5f3cb /os/srv | |
| parent | 5d0f2554cf56459b0afd27d3ed437a7fa50602a9 (diff) | |
way too many changes to describe
Diffstat (limited to 'os/srv')
| -rw-r--r-- | os/srv/files.nix | 7 | ||||
| -rw-r--r-- | os/srv/gaming.nix | 3 | ||||
| -rw-r--r-- | os/srv/kvm.nix | 2 | ||||
| -rw-r--r-- | os/srv/nix-helper.nix | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/os/srv/files.nix b/os/srv/files.nix index 049ec48..2e8faff 100644 --- a/os/srv/files.nix +++ b/os/srv/files.nix @@ -18,8 +18,6 @@ in plugins = with pkgs; [ thunar-volman thunar-archive-plugin - thunar-vcs-plugin - thunar-media-tags-plugin ]; }; services = { @@ -33,13 +31,8 @@ in services.gvfs.enable = true; environment.systemPackages = with pkgs; [ - nautilus trashy gdu - - unzip - p7zip - unrar pxz pigz ]; diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix index ffa80fd..16ef9f1 100644 --- a/os/srv/gaming.nix +++ b/os/srv/gaming.nix @@ -18,6 +18,7 @@ in }; environment.systemPackages = with pkgs; [ + openmw protonup-rs heroic clinfo @@ -42,7 +43,7 @@ in protontricks.enable = true; extraCompatPackages = with pkgs; [ - proton-ge-custom + proton-ge-bin ]; }; }) diff --git a/os/srv/kvm.nix b/os/srv/kvm.nix index 47a4265..93a1eed 100644 --- a/os/srv/kvm.nix +++ b/os/srv/kvm.nix @@ -11,6 +11,8 @@ in qemu.swtpm.enable = true; }; + systemd.services.libvirt-guests.enable = false; + programs.virt-manager.enable = true; boot.initrd.kernelModules = lib.optional (config.os.core.drivers.amd.enable or false) "kvm-amd"; diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix index 4999908..63b3182 100644 --- a/os/srv/nix-helper.nix +++ b/os/srv/nix-helper.nix @@ -15,6 +15,10 @@ in flake = "/etc/nixos"; }; + environment.sessionVariables = { + NH_OS_FLAKE = "/etc/nixos"; + }; + environment.systemPackages = with pkgs; [ nix-output-monitor nvd |
