diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/laptop/cfg.nix | 28 | ||||
-rw-r--r-- | hosts/vps/website.nix | 17 |
2 files changed, 33 insertions, 12 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index b835355..10d1696 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -36,10 +36,10 @@ boot = { initrd = { supportedFilesystems = ["btrfs"]; - availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod"]; + availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "usbhid" "snd_usb_audio"]; }; supportedFilesystems = ["ntfs"]; - kernelModules = ["kvm-intel"]; + kernelModules = ["kvm-intel" "snd-seq" "snd-rawmidi" "bridge"]; kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; # extraModulePackages = [ config.boot.kernelPackages.rtl8821ce ]; loader = { @@ -61,7 +61,7 @@ device = "none"; fsType = "tmpfs"; # hyprland doesnt compile with noexec root - options = ["defaults" "size=2G" "mode=755"]; + options = ["defaults" "size=8G" "mode=755"]; }; fileSystems."/boot" = { @@ -101,6 +101,12 @@ user = "tzlil"; group = "users"; } + { + directory = "/home/tzlil/.local/share/Steam"; + user = "tzlil"; + group = "users"; + } + "/var/lib/docker" ]; home-manager.users.tzlil = { @@ -111,6 +117,8 @@ }; }; + programs.steam.enable = true; + programs.firejail.wrappedBinaries = { mullvad-browser = { executable = lib.getExe pkgs.mullvad-browser; @@ -159,10 +167,14 @@ # dont know if i like this nix.settings.trusted-public-keys = [ - "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" -]; -nix.settings.substituters = [ - "https://cache.iog.io" -]; + "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" + ]; + nix.settings.substituters = [ + "https://cache.iog.io" + ]; + + virtualisation.docker.enable = true; + virtualisation.docker.storageDriver = "btrfs"; + users.users.tzlil.extraGroups = [ "docker" ]; }; } diff --git a/hosts/vps/website.nix b/hosts/vps/website.nix index 6e17d49..edfaf57 100644 --- a/hosts/vps/website.nix +++ b/hosts/vps/website.nix @@ -76,6 +76,9 @@ i currently work as a security researcher but in a few months i will be drafted to the army + i like music + https://last.fm/user/tzlils + my interests: plan9 lambda calculus @@ -87,24 +90,30 @@ my wares: hard: - aurora lily58 with kailh low profile + aurora lily58 with sunset kailh low profile laptop(s): - lenovo v14 phone: - google pixel 7 - desktop: - - amd ryzen 5 5600g + OUT OF COMMISSION + <s>desktop:</s> + <s>- amd ryzen 5 5600g</s> soft: <a href="/cgit/flake.git">nixos</a> keepassxc syncthing tailscale (to mesh between my devices) - calyxos + grapheneos <a href="/cgit/flake.git/tree/hosts/vps/hydrus.nix">hydrus</a> + ctfs i played in: + google ctf 2023 - 96th place (solo) + tfcctf 2022 - 4th place + google ctf 2022 - 100th place + contact info: tzlil:tzlil.net tzlils@protonmail.com |