mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-13 07:53:03 -04:00
guh
This commit is contained in:
parent
f4b0cb805b
commit
82a8661ec1
3 changed files with 13 additions and 3 deletions
10
flake.nix
10
flake.nix
|
@ -22,6 +22,16 @@
|
|||
# in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
desktopIso = nixpkgs.lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
./boxes/desktop/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
({ pkgs, modulesPath, ...}: {
|
||||
imports = [ (modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")];
|
||||
})
|
||||
];
|
||||
};
|
||||
desktop = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue