machines/liveiso: init
This commit is contained in:
parent
037ee8636c
commit
48f1d47c34
11
machines/liveiso/config.nix
Normal file
11
machines/liveiso/config.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, modulesPath, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
||||
../../2configs
|
||||
|
||||
];
|
||||
# start sshd in any case
|
||||
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];
|
||||
isoImage.squashfsCompression = "gzip -Xcompression-level 1";
|
||||
|
||||
}
|
7
machines/liveiso/configuration.nix
Normal file
7
machines/liveiso/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
|
||||
];
|
||||
|
||||
# New machine!
|
||||
}
|
Loading…
Reference in a new issue