small fixes

This commit is contained in:
Victor Ișan 2026-01-27 14:39:28 +01:00
parent 1c7067aa61
commit 8bfb4156ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ mainDisk }: { mainDisk, ... }:
{ {
disk.main = { disk.main = {

View File

@ -16,7 +16,7 @@
nixosConfigurations = { nixosConfigurations = {
isengard = nixpkgs.lib.nixosSystem { isengard = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit release mainDisk myUser; }; specialArgs = { inherit release mainDisk myUser disko; };
modules = [ modules = [
./hosts/isengard.nix ./hosts/isengard.nix
./modules/base.nix ./modules/base.nix