Commit Graph

23 Commits

Author SHA1 Message Date
4ed3f2e571
lib/private: remove unused functions
Doing some cleanup. Doing some cleanup.
2023-12-15 21:35:46 +08:00
3b79f3e256
hosts/ni: prepend preferred timeservers 2023-10-28 12:23:24 +08:00
3ee04bb812
chore: reformat codebase 2023-10-09 20:48:01 +08:00
8fbbc0ca6d
lib/private: update getUsers implementation 2023-10-08 03:29:38 +08:00
516b6e84d2
lib/private: refactor mapHomeManagerUser 2023-10-03 21:33:16 +08:00
08b8492feb
lib/private: update implementation for importModules 2023-09-26 22:32:57 +08:00
6dcbb30e4a
config: change internal variable used for checking 2023-07-28 08:30:12 +08:00
70017e6de3
lib: move getSecrets and attachSopsPathPrefix to public 2023-07-14 10:50:37 +08:00
1975ee0554
lib/private: add isInternal 2023-07-09 12:02:03 +08:00
c3bec31b86
chore: reformat codebase 2023-07-05 16:42:15 +08:00
0aa69a1ad8
lib/private: fix key override for getting secrets
The secrets key and path shouldn't be overridden by the functions. The
fix was simpler than I thought.
2023-07-05 13:34:41 +08:00
2677400a43
lib/private: add attachSopsPathPrefix 2023-07-05 13:03:41 +08:00
dc8d6e8d55
lib/private: create getSecrets
At least it is easier to get them now.
2023-07-05 11:38:26 +08:00
Gabriel Arazas
e8a1dc2fd9 config: update more comments 2022-12-10 18:47:41 +08:00
Gabriel Arazas
025d96dbbc lib/private: update mapHomeManagerUser 2022-11-26 14:12:01 +08:00
Gabriel Arazas
3a7816a901 chore: reformat codebase 2022-11-19 11:32:29 +08:00
Gabriel Arazas
29bfe1fbed lib: update mapHomeManagerUser
The home-manager NixOS module already handles this so no need to
manually set it.
2022-09-28 15:14:54 +08:00
Gabriel Arazas
08160eb827 misc: update and refactor 2022-08-13 08:31:44 +08:00
Gabriel Arazas
c56afe36de lib: add profiles to module blocklist 2022-08-08 18:47:12 +08:00
Gabriel Arazas
e4d1bf6af6 hosts: update home-manager default configuration
I forgot I set the home-manager values only to
`homeManagerConfigurations` in the flake output. It should be added to
the hosts configuration with the `home-manager.sharedModules` attribute.
2022-08-06 13:58:24 +08:00
Gabriel Arazas
6a0c115432 default.nix: support for traditional channels
Though, it's limited compared to flakes. I supposed that's better than
nothing.
2022-07-14 08:21:09 +08:00
Gabriel Arazas
7ad9a62f2c profiles/users: move as a library function 2022-07-09 14:00:51 +08:00
Gabriel Arazas
40492d55b7 lib: privatize parts of library
Some of the functions cater to this specific setup so no need to export
them.
2022-07-09 13:49:51 +08:00