diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/thinkpad/boot.key | bin | 4734 -> 0 bytes | |||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 2 |
3 files changed, 7 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 = { diff --git a/hosts/thinkpad/boot.key b/hosts/thinkpad/boot.key Binary files differdeleted file mode 100644 index 6675c92..0000000 --- a/hosts/thinkpad/boot.key +++ /dev/null diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index b08d7ba..728f5a9 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -53,6 +53,7 @@ }; ssh.enable = true; storage.enable = true; + tailscale.enable = true; users.enable = true; }; srv = { @@ -76,6 +77,7 @@ games.enable = true; steam.enable = true; }; + moonlight.enable = true; virtualization.kvm.enable = true; kdeconnect.enable = true; nix-helper.enable = true; |
