forked from Fediversity/Fediversity
import the regular way, fixing error: attribute 'age' missing
This commit is contained in:
parent
e3a7cdde96
commit
3e2c83435d
1 changed files with 5 additions and 12 deletions
|
@ -1,9 +1,3 @@
|
||||||
{
|
|
||||||
inputs,
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
fediversityVm = {
|
fediversityVm = {
|
||||||
vmId = 201;
|
vmId = 201;
|
||||||
|
@ -21,10 +15,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixos.module = {
|
nixos.module = {
|
||||||
# imports = [
|
imports = [
|
||||||
# ./fedipanel.nix
|
./fedipanel.nix
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
nixos.module = import ./fedipanel.nix { inherit inputs config pkgs; };
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue