summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-07-04 13:04:33 -0400
committerKleidi Bujari <mail@4kb.net>2025-07-04 13:04:33 -0400
commit4993aa9ea9c6375e2eca0b43323bbc9a3936fc99 (patch)
tree4c303c7376f6d9a69dcc9f0cd069b22b49deab4f
parent47241a200c26333c72d71ab13409d5e4c7a230ac (diff)
downloaddepot-4993aa9ea9c6375e2eca0b43323bbc9a3936fc99.tar.gz
depot-4993aa9ea9c6375e2eca0b43323bbc9a3936fc99.tar.bz2
depot-4993aa9ea9c6375e2eca0b43323bbc9a3936fc99.zip
add t1 tests and update cv
-rw-r--r--machines/t1.nix12
-rw-r--r--packages/cv/cv.typ13
2 files changed, 14 insertions, 11 deletions
diff --git a/machines/t1.nix b/machines/t1.nix
index 200d1b4..a5dca4e 100644
--- a/machines/t1.nix
+++ b/machines/t1.nix
@@ -14,6 +14,7 @@ in
common-cpu-amd
common-gpu-amd
flake.outputs.nixosModules.disk
+ flake.outputs.nixosModules.desktop
];
nixpkgs.hostPlatform = "x86_64-linux";
@@ -22,7 +23,6 @@ in
users.users.kle = kle;
xnet = {
- desktop.enable = true;
net = {
interface = "enp5s0";
join = [ "plaza" ];
@@ -57,6 +57,15 @@ in
fsType = "ext4";
options = [ "users" "nofail" "noatime" ];
};
+ "/var" = {
+ device = "zroot/local/var";
+ fsType = "zfs";
+ };
+ };
+
+ services = {
+ trezord.enable = true;
+ guix.enable = true;
};
services.udev.packages = [ pkgs.ddcutil ];
@@ -67,5 +76,6 @@ in
ddcutil
prismlauncher
spotify
+ runelite
];
}
diff --git a/packages/cv/cv.typ b/packages/cv/cv.typ
index 6133098..c9bd09b 100644
--- a/packages/cv/cv.typ
+++ b/packages/cv/cv.typ
@@ -61,20 +61,13 @@
== Experience
-/*
#work(
company: "Meta",
title: "Production Engineer",
- dates: dates-helper(from: "Jul 2024", to: "Present"),
+ dates: dates-helper(from: "Aug 2024", to: "Present"),
location: "Menlo Park",
)
-- Worked on Linux kernel and Erlang's BEAM virtual machine,
- shipping performance optimizations directly to upstream projects.
-- Built foundational messaging infrastructure running WhatsApp core systems worldwide,
- improving reliability and performance.
-*/
-
#work(
company: "Toronto Metropolitan University",
title: "Graduate Research Assistant",
@@ -167,9 +160,9 @@ Heavily outperforms default Python implementation.
- *Languages*: #(
"Rust",
- "Scheme",
+ "OCaml",
"C++",
- "Haskell",
+ "Scheme",
"Nix",
).join(", ")
- *Technologies*: #(