From bf126b5e1ae5cbab3b62c00bbff614a23539e431 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 12 Apr 2026 23:47:47 +0200 Subject: finalized client configs for tor, i2pd and yggdrasil --- hosts/laptop/configuration.nix | 61 ------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 hosts/laptop/configuration.nix (limited to 'hosts/laptop/configuration.nix') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix deleted file mode 100644 index df4ba29..0000000 --- a/hosts/laptop/configuration.nix +++ /dev/null @@ -1,61 +0,0 @@ -{ username, ... }: -{ - system.stateVersion = "25.05"; - - imports = [ - ./hardware-configuration.nix - ../../os/default.nix - ]; - - os = { - core = { - allowUnfree.enable = true; - - audio.enable = true; - bootloader = { - type = "grub"; - grub = { - useOSProber = true; - defaultEntry = 2; - }; - }; - drivers = { - enable = true; - cpu = "amd"; - graphics.enable = true; - }; - fonts.enable = true; - greet.enable = true; - home-manager = { - enable = true; - users.${username}.path = ./home.nix; - }; - locale.enable = true; - memory = { - zram.enable = true; - swapfile.enable = true; - }; - network.enable = true; - power = { - enable = true; - mode = "amd"; - }; - security.enable = true; - ssh.enable = true; - storage.enable = true; - users.enable = true; - }; - srv = { - bluetooth.enable = true; - files.enable = true; - gaming.enable = true; - nix-helper.enable = true; - kdeconnect.enable = true; - sops.enable = true; - }; - wm = { - enable = true; - niri.enable = true; - }; - }; -} -- cgit v1.3