{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":697181196,"defaultBranch":"master","name":"os","ownerLogin":"trueNAHO","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-09-27T08:08:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/90870942?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708544088.0","currentOid":""},"activityList":{"items":[{"before":"7ad6b793d9cf09496b564c2205819002e91914b2","after":"a3939f3690a5fe76c1746b91637676d175190ebe","ref":"refs/heads/master","pushedAt":"2024-04-08T21:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs: add \"NAHO's NixOS logo\" as project logo","shortMessageHtmlLink":"docs: add \"NAHO's NixOS logo\" as project logo"}},{"before":"de46599f3ae9adc364d0e5799b345921d9ae9e69","after":"7ad6b793d9cf09496b564c2205819002e91914b2","ref":"refs/heads/master","pushedAt":"2024-03-11T08:01:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(modules/nixos/networking/environmentFile): 'eduroam_password'\n\nUpdate the 'eduroam_password' environment variable.","shortMessageHtmlLink":"feat(modules/nixos/networking/environmentFile): 'eduroam_password'"}},{"before":"a17ffd0d6e18d0600e68c88ea7c3afe2f1988b27","after":"de46599f3ae9adc364d0e5799b345921d9ae9e69","ref":"refs/heads/master","pushedAt":"2024-03-07T19:27:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(modules/nixos/networking): add OEJAB Wi-Fi","shortMessageHtmlLink":"feat(modules/nixos/networking): add OEJAB Wi-Fi"}},{"before":"c9d23c27ffb3a1b0e161d6b44cf28741ac1c195a","after":"a17ffd0d6e18d0600e68c88ea7c3afe2f1988b27","ref":"refs/heads/master","pushedAt":"2024-02-21T19:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(modules/nixos/services/btrbk)!: move '/nix/btrbk' to '/btrbk'\n\nMove the '/nix/btrbk' directory to the '/btrbk' Btrfs subvolume because\nBtrbk has nothing to do with '/nix'.\n\nInitially, '/nix/btrbk' was used because everything within '/nix'\nalready persisted across reboots without any additional efforts.\n\nBREAKING CHANGE: The Btrbk snapshot directory has moved from the\n'/nix/btrbk' directory to the '/btrbk' Btrfs subvolume.\n\nTo create the new '/btrbk' subvolume, run the following script:\n\n #!/usr/bin/env bash\n\n MNTPOINT=$(mktemp -d)\n mount /dev/mapper/luks \"$MNTPOINT\" -o subvol=/\n trap 'umount $MNTPOINT; rm -rf $MNTPOINT' EXIT\n SUBVOL_ABS_PATH=\"$MNTPOINT//btrbk\"\n mkdir -p \"$(dirname \"$SUBVOL_ABS_PATH\")\"\n btrfs subvolume create \"$SUBVOL_ABS_PATH\"\n\nThis script is an extract from the script generated by the following\ncommand:\n\n nix \\\n run \\\n github:nix-community/disko \\\n -- \\\n --dry-run \\\n --mode format \\\n hosts/masterplan/disko.nix","shortMessageHtmlLink":"feat(modules/nixos/services/btrbk)!: move '/nix/btrbk' to '/btrbk'"}},{"before":"a17ffd0d6e18d0600e68c88ea7c3afe2f1988b27","after":null,"ref":"refs/heads/add-subvolume","pushedAt":"2024-02-21T19:34:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"}},{"before":null,"after":"a17ffd0d6e18d0600e68c88ea7c3afe2f1988b27","ref":"refs/heads/add-subvolume","pushedAt":"2024-02-21T19:26:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(modules/nixos/services/btrbk)!: move '/nix/btrbk' to '/btrbk'\n\nMove the '/nix/btrbk' directory to the '/btrbk' Btrfs subvolume because\nBtrbk has nothing to do with '/nix'.\n\nInitially, '/nix/btrbk' was used because everything within '/nix'\nalready persisted across reboots without any additional efforts.\n\nBREAKING CHANGE: The Btrbk snapshot directory has moved from the\n'/nix/btrbk' directory to the '/btrbk' Btrfs subvolume.\n\nTo create the new '/btrbk' subvolume, run the following script:\n\n #!/usr/bin/env bash\n\n MNTPOINT=$(mktemp -d)\n mount /dev/mapper/luks \"$MNTPOINT\" -o subvol=/\n trap 'umount $MNTPOINT; rm -rf $MNTPOINT' EXIT\n SUBVOL_ABS_PATH=\"$MNTPOINT//btrbk\"\n mkdir -p \"$(dirname \"$SUBVOL_ABS_PATH\")\"\n btrfs subvolume create \"$SUBVOL_ABS_PATH\"\n\nThis script is an extract from the script generated by the following\ncommand:\n\n nix \\\n run \\\n github:nix-community/disko \\\n -- \\\n --dry-run \\\n --mode format \\\n hosts/masterplan/disko.nix","shortMessageHtmlLink":"feat(modules/nixos/services/btrbk)!: move '/nix/btrbk' to '/btrbk'"}},{"before":"6d7d97dcca7dc675435e865402d122ba948d002b","after":"c9d23c27ffb3a1b0e161d6b44cf28741ac1c195a","ref":"refs/heads/master","pushedAt":"2024-02-21T18:02:34.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"fix(modules/nixos/services/btrbk): ensure the snapshot directory exists","shortMessageHtmlLink":"fix(modules/nixos/services/btrbk): ensure the snapshot directory exists"}},{"before":"3bbb5c202fdbf154b347473e89c1ee77b516e703","after":null,"ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-21T17:35:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"}},{"before":"56658d0c2c5afdd0ed915fbb9015036f89962aa2","after":"3bbb5c202fdbf154b347473e89c1ee77b516e703","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-21T15:26:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(hosts/masterplan/hardware_configuration): add kernel modules","shortMessageHtmlLink":"feat(hosts/masterplan/hardware_configuration): add kernel modules"}},{"before":"ee229da08ce66d3353879df770977a2ff7ad8339","after":"56658d0c2c5afdd0ed915fbb9015036f89962aa2","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-19T22:33:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(hosts): update installation process","shortMessageHtmlLink":"docs(hosts): update installation process"}},{"before":"7661abb77efee5aaa0c3bf6b7306916082862cd5","after":"ee229da08ce66d3353879df770977a2ff7ad8339","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-19T15:51:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(secrets): rekey again","shortMessageHtmlLink":"feat(secrets): rekey again"}},{"before":"d2ec64a72048877cdf7e69cfd19146f04be1dfad","after":"7661abb77efee5aaa0c3bf6b7306916082862cd5","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-19T15:32:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(secrets): rekey with new SSH key","shortMessageHtmlLink":"feat(secrets): rekey with new SSH key"}},{"before":"c9d911e760cbf6e9e0d681346140bb6e3dc95b1e","after":"d2ec64a72048877cdf7e69cfd19146f04be1dfad","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-19T15:21:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(hosts): update installation process","shortMessageHtmlLink":"docs(hosts): update installation process"}},{"before":"75796bb9922c447de5ad5b699c9e0920f805ed34","after":"c9d911e760cbf6e9e0d681346140bb6e3dc95b1e","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-19T15:16:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(hosts): update installation process","shortMessageHtmlLink":"docs(hosts): update installation process"}},{"before":"bf024b96ea80780ee027c0d5b214017b37d51bf1","after":"75796bb9922c447de5ad5b699c9e0920f805ed34","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T19:43:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(docs/dev/add_host): add sketch notes about adding new hosts","shortMessageHtmlLink":"docs(docs/dev/add_host): add sketch notes about adding new hosts"}},{"before":"3acd6ebb9ebf544af0bd5711711444a15644941f","after":"bf024b96ea80780ee027c0d5b214017b37d51bf1","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T19:18:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(docs/dev/add_host): add sketch notes about adding new hosts","shortMessageHtmlLink":"docs(docs/dev/add_host): add sketch notes about adding new hosts"}},{"before":"673641502fe1c0081defa6627bca4e908147b2ce","after":"3acd6ebb9ebf544af0bd5711711444a15644941f","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T19:11:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(docs/dev/add_host): add sketch notes about adding new hosts","shortMessageHtmlLink":"docs(docs/dev/add_host): add sketch notes about adding new hosts"}},{"before":"e14f20a2975b573960db03db6630333c30f175cd","after":"673641502fe1c0081defa6627bca4e908147b2ce","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T18:38:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 19:38:50 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 19:38:50 +0100"}},{"before":"06a0c2dc4b207463d7c8a709525e59adb50d1b3f","after":"e14f20a2975b573960db03db6630333c30f175cd","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T18:32:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 19:31:56 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 19:31:56 +0100"}},{"before":"801ea3230bc9743e33b5baf58a4f9972e4427249","after":"06a0c2dc4b207463d7c8a709525e59adb50d1b3f","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T18:15:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 19:14:53 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 19:14:53 +0100"}},{"before":"60461c7bfb291e811e74c6f38a4a1b22fd2e5592","after":"801ea3230bc9743e33b5baf58a4f9972e4427249","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T18:09:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 19:09:12 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 19:09:12 +0100"}},{"before":"c40b42fc849a8705f3f4cf7cb8d6423cb6f7bad6","after":"60461c7bfb291e811e74c6f38a4a1b22fd2e5592","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T18:05:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 19:05:37 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 19:05:37 +0100"}},{"before":"54764f86c26d91e9638d14bd9bd5d403bf56685b","after":"c40b42fc849a8705f3f4cf7cb8d6423cb6f7bad6","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T17:36:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 18:36:53 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 18:36:53 +0100"}},{"before":"7957734de71eee5cc4ce41869a7dd99f4aeebec6","after":"54764f86c26d91e9638d14bd9bd5d403bf56685b","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T17:32:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 18:32:34 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 18:32:34 +0100"}},{"before":"86d7fd8b11b13854c8cbb38effd2bd13c9fac8fd","after":"7957734de71eee5cc4ce41869a7dd99f4aeebec6","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T17:28:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-10 18:28:04 +0100","shortMessageHtmlLink":"chore!: 2024-02-10 18:28:04 +0100"}},{"before":"87b9ae443e5681d9d0634e143e9d1d239c3ec52e","after":"86d7fd8b11b13854c8cbb38effd2bd13c9fac8fd","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T00:52:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"fix(modules/impermanence/nixos): specify file system type","shortMessageHtmlLink":"fix(modules/impermanence/nixos): specify file system type"}},{"before":"872e98b017c9f9ed5fdd0336be351e89cd5d1c98","after":"87b9ae443e5681d9d0634e143e9d1d239c3ec52e","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-10T00:38:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"fix(modules/impermanence/nixos): enable 'boot.initrd.systemd'","shortMessageHtmlLink":"fix(modules/impermanence/nixos): enable 'boot.initrd.systemd'"}},{"before":"40031a424632961e0321dca168b36591633a83f8","after":"872e98b017c9f9ed5fdd0336be351e89cd5d1c98","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-09T23:52:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"docs(docs/dev/add_host): add sketch notes about adding new hosts","shortMessageHtmlLink":"docs(docs/dev/add_host): add sketch notes about adding new hosts"}},{"before":"457b5b2bcf32f6f7e339d41ee188bd6c9f9665d7","after":"40031a424632961e0321dca168b36591633a83f8","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-09T23:22:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"feat(secrets): add 'bluetop' SSH key and re-encrypt all secrets","shortMessageHtmlLink":"feat(secrets): add 'bluetop' SSH key and re-encrypt all secrets"}},{"before":"47defc263489d8669936b21b44cad2442dc7d609","after":"457b5b2bcf32f6f7e339d41ee188bd6c9f9665d7","ref":"refs/heads/BREAKING-CHANGE-disko","pushedAt":"2024-02-09T21:51:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"trueNAHO","name":"NAHO","path":"/trueNAHO","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/90870942?s=80&v=4"},"commit":{"message":"chore!: 2024-02-09 22:46:06 +0100","shortMessageHtmlLink":"chore!: 2024-02-09 22:46:06 +0100"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wOFQyMToxNzo1NS4wMDAwMDBazwAAAAQrXS-T","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wOFQyMToxNzo1NS4wMDAwMDBazwAAAAQrXS-T","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0wOVQyMTo1MToyNi4wMDAwMDBazwAAAAP26w2n"}},"title":"Activity ยท trueNAHO/os"}