forgor
This commit is contained in:
parent
1af63fcc8b
commit
ae734b1e08
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
modpack = pkgs.fetchPackwizModpack {
|
||||
|
|
@ -7,8 +7,6 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.nix-minecraft.overlay ];
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
imports =
|
||||
[ ./hardware-configuration.nix ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue