Compare commits
2 commits
bf67c7b73f
...
1e9faa3249
Author | SHA1 | Date | |
---|---|---|---|
1e9faa3249 | |||
5a8e0c1f7c |
4 changed files with 16 additions and 15 deletions
11
channels.scm
11
channels.scm
|
@ -8,11 +8,12 @@
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'saayix)
|
(name 'guix-science)
|
||||||
(url "https://codeberg.org/look/saayix")
|
(url "https://codeberg.org/guix-science/guix-science")
|
||||||
(branch "main")
|
(branch "master")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"12540f593092e9a177eb8a974a57bb4892327752"
|
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB")))))
|
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))))
|
||||||
|
|
||||||
|
|
|
@ -3,20 +3,20 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"4fef7b26941940515533b4b463b505b28567afe6")
|
"8c483c12e94bcf43e4c44170f1d5fea5fbba4970")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||||
(channel
|
(channel
|
||||||
(name 'saayix)
|
(name 'guix-science)
|
||||||
(url "https://codeberg.org/look/saayix")
|
(url "https://codeberg.org/guix-science/guix-science")
|
||||||
(branch "main")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"b319144fbcd37ce786134cca1092946afad8393b")
|
"a82cc47ae408a9a92e1bd038fdb8d46f694ebde3")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"12540f593092e9a177eb8a974a57bb4892327752"
|
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB")))))
|
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))))
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
(use-modules (resume-package)
|
(use-modules (resume-package)
|
||||||
(font-rsms-inter-package)
|
(font-rsms-inter-package)
|
||||||
(gnu packages fontutils)
|
(gnu packages fontutils)
|
||||||
(saayix packages typst))
|
(guix-science packages typst))
|
||||||
|
|
||||||
(packages->manifest (list typst font-rsms-inter fontconfig coreutils))
|
(packages->manifest (list typst font-rsms-inter fontconfig coreutils))
|
||||||
|
|
|
@ -123,10 +123,11 @@
|
||||||
skills: (
|
skills: (
|
||||||
"Linux",
|
"Linux",
|
||||||
"Guix/Guile",
|
"Guix/Guile",
|
||||||
|
"Nix",
|
||||||
"Git",
|
"Git",
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Leveraging Guix to centralize my laptop user configuration for tracking history and improving maintainability.",
|
"Leveraging Guix and Nix to centralize my laptop user configuration for tracking history and improving maintainability.",
|
||||||
"Utilizing the \"time-machine\" function to ensure consistent software versions and to allow rolling back."
|
"Utilizing the \"time-machine\" function to ensure consistent software versions and to allow rolling back."
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -144,7 +145,6 @@
|
||||||
),
|
),
|
||||||
highlights: (
|
highlights: (
|
||||||
"Managing a physical server using Proxmox, Debian VMs, and Docker for several applications.",
|
"Managing a physical server using Proxmox, Debian VMs, and Docker for several applications.",
|
||||||
"Migrating new applications to Guix to utilize declarative configuration for reduced state, fine-grained system control, and increased resource efficiency.",
|
|
||||||
"Hosting various services including Forgejo, TrueNAS, Nextcloud, and Vaultwarden.",
|
"Hosting various services including Forgejo, TrueNAS, Nextcloud, and Vaultwarden.",
|
||||||
"Implemented a VPN via Google Cloud Compute Engine to navigate CGNAT limitations.",
|
"Implemented a VPN via Google Cloud Compute Engine to navigate CGNAT limitations.",
|
||||||
),
|
),
|
||||||
|
|
Reference in a new issue