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 = {
|
||||
vmId = 201;
|
||||
|
@ -21,10 +15,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# nixos.module = {
|
||||
# imports = [
|
||||
# ./fedipanel.nix
|
||||
# ];
|
||||
# };
|
||||
nixos.module = import ./fedipanel.nix { inherit inputs config pkgs; };
|
||||
nixos.module = {
|
||||
imports = [
|
||||
./fedipanel.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue