forked from Fediversity/Fediversity
Circumvent NixOS module + attrset issue
This commit is contained in:
parent
b9c6a506bf
commit
b38283cbc7
2 changed files with 9 additions and 5 deletions
7
infra/vm02179/configuration.nix
Normal file
7
infra/vm02179/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
cowsay
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
|
imports = [ ./configuration.nix ];
|
||||||
|
|
||||||
procolix.vm = {
|
procolix.vm = {
|
||||||
name = "vm02179";
|
name = "vm02179";
|
||||||
ip4 = "185.206.232.179";
|
ip4 = "185.206.232.179";
|
||||||
|
@ -19,8 +20,4 @@
|
||||||
"dmask=0022"
|
"dmask=0022"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
cowsay
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue