Compare commits
2 commits
c5246a1b46
...
1e9d55517d
Author | SHA1 | Date | |
---|---|---|---|
1e9d55517d | |||
00cbc505f3 |
5 changed files with 7 additions and 1 deletions
|
@ -83,6 +83,8 @@
|
|||
OLLAMA_HOST = "127.0.0.1:${builtins.toString config.services.ollama.port}";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
lidSwitchExternalPower = "lock";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
virtualisation.forwardPorts = [
|
||||
{ from = "host"; host.port = 2222; guest.port = 22; }
|
||||
];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -38,6 +38,7 @@ self = {
|
|||
nixosSystem = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix";
|
||||
mkNixosSystem = path: nixosSystem {
|
||||
inherit lib;
|
||||
system = null;
|
||||
modules = [
|
||||
path
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs ? import ../../inputs.nix {}
|
||||
{ inputs ? (import ../../. {}).inputs
|
||||
, uninitializedNixpkgs ? import "${inputs.nixpkgs}/pkgs/top-level/default.nix"
|
||||
, ...
|
||||
} @ args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue