small fixes
This commit is contained in:
parent
1c7067aa61
commit
8bfb4156ee
@ -1,4 +1,4 @@
|
|||||||
{ mainDisk }:
|
{ mainDisk, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
disk.main = {
|
disk.main = {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user