feat(flake): implement configuration loading

This commit is contained in:
514fpv 2024-01-02 14:42:27 +08:00
parent b4944b7383
commit 61db72b9ab
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
6 changed files with 213 additions and 0 deletions

7
spec/constant.nix Normal file
View file

@ -0,0 +1,7 @@
{
i18n.defaultLocale = "en_GB.UTF-8";
time.timeZone = "Asia/Hong_Kong";
environment.etc.nixos.source = "/nix/persist/config";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "23.11";
}