mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 02:14:41 +02:00
flake: remove unused
This commit is contained in:
parent
165778f672
commit
b8b79c5fc0
3 changed files with 39 additions and 473 deletions
|
@ -38,7 +38,7 @@ let
|
|||
defaultModules = baseModules ++ customModules;
|
||||
in
|
||||
{
|
||||
# add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
||||
# use your hardware- model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
|
||||
thinkman = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue