Added: iso generation
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -38,6 +38,16 @@
|
||||
...
|
||||
}: {
|
||||
nixosConfigurations = {
|
||||
iso = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
({ pkgs, modulesPath, ... }: {
|
||||
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix") ];
|
||||
environment.systemPackages = [ pkgs.neovim pkgs.git ];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
m920q = let
|
||||
username = "phil";
|
||||
specialArgs = {inherit username;};
|
||||
|
Reference in New Issue
Block a user