forked from Fediversity/Fediversity
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
b38283cbc7 | |||
b9c6a506bf |
2 changed files with 9 additions and 0 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,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
imports = [ ./configuration.nix ];
|
||||||
|
|
||||||
procolix.vm = {
|
procolix.vm = {
|
||||||
name = "vm02179";
|
name = "vm02179";
|
||||||
ip4 = "185.206.232.179";
|
ip4 = "185.206.232.179";
|
||||||
|
|
Loading…
Add table
Reference in a new issue