installer: remove duplicate systemPackages
This commit is contained in:
parent
fdb1f38109
commit
0bdcfc6638
@ -103,7 +103,16 @@ in
|
|||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [ apg inetutils ];
|
etc."configuration-template.nix" = {
|
||||||
|
source = ./install_template.nix;
|
||||||
|
mode = "0644";
|
||||||
|
};
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
apg
|
||||||
|
inetutils
|
||||||
|
jq
|
||||||
|
jo
|
||||||
|
];
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
@ -141,15 +150,7 @@ in
|
|||||||
openssh.authorizedKeys.keys = config.myconf.hwPubKeys;
|
openssh.authorizedKeys.keys = config.myconf.hwPubKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = { };
|
||||||
etc."configuration-template.nix" = {
|
|
||||||
source = ./install_template.nix;
|
|
||||||
mode = "0644";
|
|
||||||
};
|
|
||||||
systemPackages = [
|
|
||||||
jq
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openntpd.enable = true;
|
openntpd.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user