hosts/_iso: Overwrite nixos defaults
This commit is contained in:
parent
a2d4f6a803
commit
9f7517c75c
@ -7,9 +7,14 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "isowo";
|
networking.hostName = "isowo";
|
||||||
isoImage.isoBaseName = "nixos-isowo";
|
isoImage.isoBaseName = lib.mkForce "nixos-isowo";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nixfiles-auto-install
|
nixfiles-auto-install
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.openssh.settings = {
|
||||||
|
PermitRootLogin = lib.mkForce "yes";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user