diff options
| -rw-r--r-- | CACerts/ryanca.crt | 11 | ||||
| -rw-r--r-- | CACerts/ryanca_intermediate.crt | 12 | ||||
| -rw-r--r-- | home-config/home-configuration.scm | 3 | ||||
| -rw-r--r-- | system.scm | 6 |
4 files changed, 30 insertions, 2 deletions
diff --git a/CACerts/ryanca.crt b/CACerts/ryanca.crt new file mode 100644 index 0000000..7fa09c1 --- /dev/null +++ b/CACerts/ryanca.crt | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | -----BEGIN CERTIFICATE----- | ||
| 2 | MIIBmDCCAT2gAwIBAgIQIq6m5IB0yZ1181RHpL6jyjAKBggqhkjOPQQDAjAqMQ8w | ||
| 3 | DQYDVQQKEwZSeWFuQ0ExFzAVBgNVBAMTDlJ5YW5DQSBSb290IENBMB4XDTIyMTAx | ||
| 4 | OTIzMjIxNFoXDTMyMTAxNjIzMjIxNFowKjEPMA0GA1UEChMGUnlhbkNBMRcwFQYD | ||
| 5 | VQQDEw5SeWFuQ0EgUm9vdCBDQTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABAhR | ||
| 6 | Z3X7MTDDzvPAuW9JM8Rn4MU283Y3Wa2a1RiyTxo2XGlEB8HPgfL7MwRccUlCiABl | ||
| 7 | zPHkaYUvrjJrq7PjsuejRTBDMA4GA1UdDwEB/wQEAwIBBjASBgNVHRMBAf8ECDAG | ||
| 8 | AQH/AgEBMB0GA1UdDgQWBBS4/S97d94NQoK+G+Lh9T76LVCxXDAKBggqhkjOPQQD | ||
| 9 | AgNJADBGAiEA5WVKjNUN1x4+X17XnD+H5QKLgs+M/mFfyk3yPY1aMtoCIQCnGAu9 | ||
| 10 | wrKUglPbAPcQ1Qs47qeBubJu5um1v+mi0+MGPg== | ||
| 11 | -----END CERTIFICATE----- | ||
diff --git a/CACerts/ryanca_intermediate.crt b/CACerts/ryanca_intermediate.crt new file mode 100644 index 0000000..48d70f4 --- /dev/null +++ b/CACerts/ryanca_intermediate.crt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | -----BEGIN CERTIFICATE----- | ||
| 2 | MIIBvzCCAWagAwIBAgIQTAcDSgrzfeM2tDg4FXLYUDAKBggqhkjOPQQDAjAqMQ8w | ||
| 3 | DQYDVQQKEwZSeWFuQ0ExFzAVBgNVBAMTDlJ5YW5DQSBSb290IENBMB4XDTIyMTAx | ||
| 4 | OTIzMjIxNVoXDTMyMTAxNjIzMjIxNVowMjEPMA0GA1UEChMGUnlhbkNBMR8wHQYD | ||
| 5 | VQQDExZSeWFuQ0EgSW50ZXJtZWRpYXRlIENBMFkwEwYHKoZIzj0CAQYIKoZIzj0D | ||
| 6 | AQcDQgAEuJ0LEw+nrX80WlNv1wys+X/jmlpUcEFVGPHy+p2V7qsjSod+xnnRmxwp | ||
| 7 | IF3KIH+w7b5bS/ExDupPedFxLx6ibKNmMGQwDgYDVR0PAQH/BAQDAgEGMBIGA1Ud | ||
| 8 | EwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFFvK0qjRbUUOQKe/GY1P1YM44Vl1MB8G | ||
| 9 | A1UdIwQYMBaAFLj9L3t33g1Cgr4b4uH1PvotULFcMAoGCCqGSM49BAMCA0cAMEQC | ||
| 10 | IHZMrux3MJVYlCbv3O3c68Rtt12l//9209AhaA5HZ4ujAiAnJj5lKNbpYBvNFtUW | ||
| 11 | 2f6D5vWcd3LhQPQ4u0pxeCARNA== | ||
| 12 | -----END CERTIFICATE----- | ||
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 9fb45fb..746b043 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -67,6 +67,9 @@ | |||
| 67 | "icedove-minimal" | 67 | "icedove-minimal" |
| 68 | "gimp" | 68 | "gimp" |
| 69 | "python" | 69 | "python" |
| 70 | "python:tk" | ||
| 71 | ;"tk" | ||
| 72 | ;"tcl" | ||
| 70 | "python-lsp-server" | 73 | "python-lsp-server" |
| 71 | "sqlite" | 74 | "sqlite" |
| 72 | "git")) | 75 | "git")) |
| @@ -17,7 +17,7 @@ | |||
| 17 | (use-modules (gnu packages shells)) | 17 | (use-modules (gnu packages shells)) |
| 18 | (use-modules (srfi srfi-1)) | 18 | (use-modules (srfi srfi-1)) |
| 19 | (use-package-modules security-token) | 19 | (use-package-modules security-token) |
| 20 | (use-service-modules cups desktop networking ssh xorg sound security-token) | 20 | (use-service-modules cups desktop networking ssh xorg sound security-token docker) |
| 21 | 21 | ||
| 22 | ; Re-define the base packages to remove sudo | 22 | ; Re-define the base packages to remove sudo |
| 23 | (define %my-base-packages | 23 | (define %my-base-packages |
| @@ -50,7 +50,7 @@ | |||
| 50 | (group "users") | 50 | (group "users") |
| 51 | ;(shell (file-append zsh "/bin/zsh")) | 51 | ;(shell (file-append zsh "/bin/zsh")) |
| 52 | (home-directory "/home/ryan") | 52 | (home-directory "/home/ryan") |
| 53 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev"))) | 53 | (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker"))) |
| 54 | %base-user-accounts)) | 54 | %base-user-accounts)) |
| 55 | 55 | ||
| 56 | ;; Packages installed system-wide. Users can also install packages | 56 | ;; Packages installed system-wide. Users can also install packages |
| @@ -81,6 +81,7 @@ | |||
| 81 | "xdg-desktop-portal" | 81 | "xdg-desktop-portal" |
| 82 | "pipewire" | 82 | "pipewire" |
| 83 | "fprintd" | 83 | "fprintd" |
| 84 | "docker" | ||
| 84 | "wireplumber" | 85 | "wireplumber" |
| 85 | "zsh")) | 86 | "zsh")) |
| 86 | %my-base-packages )) | 87 | %my-base-packages )) |
| @@ -95,6 +96,7 @@ | |||
| 95 | (service openssh-service-type) | 96 | (service openssh-service-type) |
| 96 | (service pcscd-service-type) | 97 | (service pcscd-service-type) |
| 97 | (service fprintd-service-type) | 98 | (service fprintd-service-type) |
| 99 | (service docker-service-type) | ||
| 98 | (service bluetooth-service-type) | 100 | (service bluetooth-service-type) |
| 99 | (udev-rules-service 'fido2 libfido2 #:groups '("plugdev")) | 101 | (udev-rules-service 'fido2 libfido2 #:groups '("plugdev")) |
| 100 | (set-xorg-configuration | 102 | (set-xorg-configuration |
