diff options
| author | adikro <adikro@disroot.org> | 2026-06-15 13:49:27 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-15 13:49:27 +0200 |
| commit | ce7fb7ddd3267291a8d692cc6381dad606288aa5 (patch) | |
| tree | 5b3ab65c22713de2b084682e6f560af8877d1987 /hosts | |
| parent | 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d (diff) | |
revamped proxy configs
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/bibus-lab/configuration.nix | 5 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/thinkpad/home.nix | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/hosts/bibus-lab/configuration.nix b/hosts/bibus-lab/configuration.nix index 13e1a3b..bace2f6 100644 --- a/hosts/bibus-lab/configuration.nix +++ b/hosts/bibus-lab/configuration.nix @@ -1,6 +1,6 @@ -{ inputs, username, ... }: +{ inputs, ... }: { - system.stateVersion = "26.05"; + system.stateVersion = "26.11"; imports = [ inputs.disko.nixosModules.disko @@ -10,5 +10,4 @@ ]; hardware.facter.reportPath = ./facter.json; - } diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index fd8e727..6f3e85a 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -80,7 +80,6 @@ }; moonlight.enable = true; virtualization.kvm.enable = true; - kdeconnect.enable = true; nix-helper.enable = true; monero.wallet.enable = true; sops.enable = true; diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 26cb32e..f0b3ecc 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -55,7 +55,6 @@ chat.enable = true; onlyoffice.enable = true; obsidian.enable = true; - spicetify.enable = true; torrent.enable = true; yt-dlp.enable = true; }; |
