mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 08:47:45 +00:00
remove unneeded import
This commit is contained in:
parent
765349d345
commit
feb5a3cdcd
@ -1013,7 +1013,6 @@ in {
|
||||
'';
|
||||
bootLoader = "systemd-boot";
|
||||
extraInstallerConfig = { modulesPath, ...}: {
|
||||
imports = [ (modulesPath + "/tasks/stratis.nix") ];
|
||||
config = {
|
||||
services.stratis.enable = true;
|
||||
environment.systemPackages = [
|
||||
|
Loading…
Reference in New Issue
Block a user