remove inherit

This commit is contained in:
Mohamed Chrayed 2024-08-11 12:33:35 +02:00
parent e84ce1e3f5
commit 366712aa19

View File

@ -30,7 +30,7 @@
nixosConfigurations = {
${host-computer} = lib.nixosSystem {
specialArgs = {inherit user-computer host-computer;};
specialArgs = {};
modules = [
./hosts/${host-computer}/system
./global/system