add somewhat working lnf config
This commit is contained in:
parent
08445f6431
commit
40e4b0e594
2 changed files with 145 additions and 87 deletions
|
|
@ -68,8 +68,13 @@
|
|||
lnf = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./lnf/configuration.nix
|
||||
];
|
||||
({ pkgs, modulesPath, ... }: {
|
||||
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ];
|
||||
|
||||
})
|
||||
|
||||
./lnf/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue