fix(host): add missing flake variable for luci
This commit is contained in:
parent
3ebc87b8ba
commit
114068d23c
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ in {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit stateVersion inputs;
|
inherit stateVersion inputs;
|
||||||
|
hostname = "luci";
|
||||||
|
username = "ephase";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/default.nix
|
./nixos/default.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue