mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
machine/playman: init
This commit is contained in:
parent
be973e1d11
commit
2a44b8e852
15 changed files with 265 additions and 8 deletions
|
|
@ -82,5 +82,12 @@ in
|
|||
./serverle/configuration.nix
|
||||
];
|
||||
};
|
||||
playman = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ [
|
||||
nixos-hardware.nixosModules.dell-precision-5820
|
||||
./playman/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue