Commit Graph

1293 Commits

Author SHA1 Message Date
7a1bf68a34
hosts/bootstrap: reduce the config with nixos-generators NixOS module 2023-07-16 18:17:05 +08:00
f98ccd1745
flake.nix: remove nix-ld flake
Also using the module from nixpkgs.
2023-07-16 18:13:13 +08:00
815be385a2
profiles/desktop: move programs.nix-index to dev profile
We now use the NixOS module for it, too.
2023-07-16 18:12:18 +08:00
d59a60dc51
ci: fix check workflow file 2023-07-16 15:39:33 +08:00
b33b7a00c9
profiles/dev: add lsof to default dev packages 2023-07-16 15:32:15 +08:00
f8f3f6990b
lib/images: refactor unneeded code 2023-07-16 15:31:19 +08:00
d9bbe14bda
users/foo-dogsquared: update Thunderbird settings
Also removed the email account for Thunderbird since it conflicts with
my current workflow.
2023-07-16 15:29:13 +08:00
22e07b8fa4
profiles/dev: replace Docker with Podman 2023-07-16 15:28:32 +08:00
82dfc13a58
ci: fix ISO release workflow 2023-07-15 22:33:07 +08:00
f1b68211a6
ci: fix erroneous workflow 2023-07-15 22:32:04 +08:00
244fe6fee7
gol-c: remove package
Not really needed so we're removing it.
2023-07-15 15:54:04 +08:00
6eb80bb910
distant: 0.16.4 -> 0.20.0 2023-07-15 15:43:22 +08:00
d20b49ca29
cursedgl: remove package
Not using it anymore.
2023-07-15 08:17:53 +08:00
be66567fec
workflows/a-happy-gnome: update extension list 2023-07-14 22:29:00 +08:00
4ce1e90be4
gnome-shell-extension-fly-pie: remove package
Also available on nixpkgs.
2023-07-14 22:26:32 +08:00
c6fe84155b
gnome-shell-extension-burn-my-windows: remove package
It is available on nixpkgs.
2023-07-14 22:25:58 +08:00
00aed51a5e
libadwaita-latest: remove package
Not needed anymore.
2023-07-14 22:21:15 +08:00
7181a17766
auto-editor: remove package
I use more of Audacity for similar purposes.
2023-07-14 22:20:09 +08:00
84fb02fb28
firefox-addons: remove package
Only remove the package from the user package set and only available as
an overlay. For now, it is done to make building my custom packages
easier in the CI pipeline.
2023-07-14 22:13:09 +08:00
eb8d97c6a1
gnome-shell-extension-paperwm-latest: remove package
It was created at a time where the project is in the middle of something
but now recent updates are available from nixpkgs.
2023-07-14 22:12:13 +08:00
b6ac03c806
gnome-shell-extension-pop-shell: remove package
I don't use it much and it is also available on nixpkgs with more recent
versions anyway.
2023-07-14 22:11:27 +08:00
84f51065ef
ci: update environment and fix format errors 2023-07-14 22:09:39 +08:00
8d27b971fb
ci: remove workflow for dotfiles input update
Forgot it's here especially that I have a way to manage them files.
2023-07-14 22:09:18 +08:00
295b5ddbbf
ci: update workflow names 2023-07-14 22:08:20 +08:00
dd7f3f7579
ci: rename and update 'update' workflow 2023-07-14 21:08:18 +08:00
fd8b5fddec
docs/site: update flake output attributes 2023-07-14 20:19:15 +08:00
0402320ab8
docs/site: update project structure 2023-07-14 20:18:57 +08:00
80f0684a55
profiles/desktop: update OBS Studio config 2023-07-14 20:03:44 +08:00
2e0a35a6cd
lib/images: add pkgs attribute for mkUser
The nixpkgs is now assumed from the outside. This allows for the config
to have more control with the nixpkgs to be imported with the
home-manager configuration.
2023-07-14 20:01:30 +08:00
2cc6d2bcb6
hosts/graphical-installer: update config
It should result in an overall smaller closure size.
2023-07-14 19:59:39 +08:00
5a57c1886b
hosts/bootstrap: update config
A little update which should result in a smaller closure size.
2023-07-14 19:59:21 +08:00
9d7584bc82
config: fix nixpkgs import for mkImage
This should fix for image configurations that also make use of the
imported overlays.
2023-07-14 19:58:15 +08:00
1d44a40e36
ci: add flake lockfile check health for check workflow 2023-07-14 19:29:35 +08:00
7c6c5d6cf2
ci: improve build ISO workflow 2023-07-14 19:28:49 +08:00
e170745357
ci: update events for check workflow 2023-07-14 19:28:28 +08:00
29e1dd71be
ci: update events for build workflow 2023-07-14 19:27:44 +08:00
3766a84b1b
ci: update check environment 2023-07-14 19:11:15 +08:00
61ea1477f8
ci: replace with Determinate Systems actions 2023-07-14 19:10:35 +08:00
4ef59b81ca
docs/site: update cross-references
I forgot to update them along with the restructure. :)
2023-07-14 19:09:23 +08:00
0830f1a5c9
ci: remove build profiles step
We'll figure that out later.
2023-07-14 19:07:51 +08:00
4cae5c709b
shells/hugo: update NodeJS 16 with latest version
This is to prevent periodic update with NodeJS versions being insecure
at some point.
2023-07-14 14:44:16 +08:00
214ea6fa6d
hosts/plover: fix erroneous secret for Keycloak service 2023-07-14 14:43:28 +08:00
8c08db2eb2
hosts/plover: use fail2ban jails settings
It is nicer compared to the traditional setting with strings.
2023-07-14 14:41:58 +08:00
e43b5a7209
users/foo-dogsquared: update Git config
The sendemail configuration should be handled by the email accounts
configured alongside the home-manager config.
2023-07-14 13:21:57 +08:00
92a2f81a2b
lib/private: replace nixpkgs-channel to pkgs
The nixpkgs import should be easier to control from the flake
definition.
2023-07-14 13:19:09 +08:00
06704f5ab6
flake: separate images to images attribute
This also allows for downstream users to import my flake now (if there's
any).
2023-07-14 13:17:05 +08:00
d524444ae0
modules: manually import the modules
This allows for an easier separation of the private modules compared to
the old `importModules` function. It is also easier to use.
2023-07-14 13:14:14 +08:00
246586c25c
users/foo-dogsquared: fix personal email settings 2023-07-14 10:51:23 +08:00
8d41d0b764
workflows/a-happy-gnome: fix isInternal usage 2023-07-14 10:51:03 +08:00
70017e6de3
lib: move getSecrets and attachSopsPathPrefix to public 2023-07-14 10:50:37 +08:00