diff options
| -rw-r--r-- | machines/t1.nix | 12 | ||||
| -rw-r--r-- | packages/cv/cv.typ | 13 |
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*: #( |
