1
1
Fork 0

beatific: Link /etc/nixos to the current config

This commit is contained in:
Jaculabilis 2023-09-28 14:37:15 +00:00
parent ba9bfa01f3
commit f2feb22a86
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ in {
# Options to always set # Options to always set
networking.hostName = cfg.hostName; networking.hostName = cfg.hostName;
nix.extraOptions = "experimental-features = nix-command flakes"; nix.extraOptions = "experimental-features = nix-command flakes";
environment.etc.nixos.source = ./..;
} }
(mkIf cfg.defaults.time { (mkIf cfg.defaults.time {