53b8809432
feat(nixos): add platform module for different architectures
2025-07-07 10:38:17 +08:00
0c706f4a0b
feat(git): add git module, set user config
2025-07-07 09:51:53 +08:00
e104d89793
feat(nix): add system module, pass config to lib
...
This commit introduces a system module for NixOS and Home Manager,
and passes the configuration to the lib file.
2025-07-07 09:51:53 +08:00
94e045e0f3
feat(nixos): pass hostName to nixosSystem, move hm modules
2025-07-07 09:51:53 +08:00
f71c65f639
refactor(nixos): simplify configurations.nix and lib
...
This commit refactors configurations.nix and lib/default.nix by removing the
extractConfigurations function and related code from lib/default.nix,
and moving the NixOS system building logic directly into configurations.nix.
It also changes the structure of hosts in manifest.nix to use a
hosts.nixos attribute.
2025-07-07 09:51:53 +08:00
94728cdc83
refactor(users): move owner config to users config in manifest
2025-07-07 09:51:53 +08:00
966ed51a21
refactor(configurations): add default nixos module
2025-07-07 09:51:53 +08:00
90a42fc7d5
feat(nixos): add owner config to manifest and users module
2025-07-07 09:51:53 +08:00
2885fe99bb
refactor: rename hostSpec to manifest and update references
2025-07-07 09:51:53 +08:00