1

refactor: remove lanzaboot module from nosecureboot build

This commit is contained in:
Himadri Bhattacharjee
2024-03-02 14:38:35 +05:30
parent fbe8a11f22
commit 27143578b3

View File

@@ -20,10 +20,6 @@
modules = [
./hosts/default/configuration.nix
home-manager.nixosModules.home-manager
lanzaboote.nixosModules.lanzaboote
{
home-manager.users.h = import ./hosts/default/home.nix;
}
];
};
@@ -34,9 +30,6 @@
./hosts/default/secureboot.nix
home-manager.nixosModules.home-manager
lanzaboote.nixosModules.lanzaboote
{
home-manager.users.h = import ./hosts/default/home.nix;
}
];
};