diff options
| author | adikro <adikro@disroot.org> | 2026-04-19 14:22:05 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-19 14:22:05 +0200 |
| commit | 97eec64e5b301c9b25a31289ef909df2f2eb11e5 (patch) | |
| tree | 8eabed219255d3a2c01b95d6217b3b41453c43fc /hosts/desktop/configuration.nix | |
| parent | c5e8dbead2c96d178e5cce2190581ca3e0381a8a (diff) | |
added sunshine and tailscale
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index f6ecf55..28e417b 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -2,6 +2,7 @@ config, username, inputs, + pkgs, ... }: { @@ -28,10 +29,8 @@ drivers = { enable = true; cpu = "amd"; - kernel = "zen"; graphics = { enable = true; - version = "git"; amdgpu.enable = true; }; }; @@ -56,6 +55,7 @@ antivirus.enable = true; }; ssh.enable = true; + tailscale.enable = true; storage.enable = true; users.enable = true; }; @@ -80,6 +80,7 @@ steam.enable = true; vr.enable = true; }; + sunshine.enable = true; virtualization.kvm.enable = true; kdeconnect.enable = true; nix-helper.enable = true; @@ -96,10 +97,10 @@ }; }; - virtualisation.waydroid.enable = true; - environment.systemPackages = [ inputs.subtui.packages.x86_64-linux.subtui + pkgs.gimp + pkgs.brave ]; boot = { |
