beatific: Link /etc/nixos to the current config
This commit is contained in:
parent
ba9bfa01f3
commit
f2feb22a86
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue