tmnp: save current state
This commit is contained in:
parent
c819214902
commit
53aff5987f
4 changed files with 50 additions and 9 deletions
14
flake.nix
14
flake.nix
|
@ -32,6 +32,20 @@
|
|||
hostname = "test01.home.brendan.ie";
|
||||
sshUser = "root";
|
||||
}
|
||||
{
|
||||
# each machiene must have a name
|
||||
name = "test02";
|
||||
|
||||
# core info about it
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./machines/test02.nix
|
||||
];
|
||||
|
||||
# for the deployment
|
||||
hostname = "test02.home.brendan.ie";
|
||||
sshUser = "root";
|
||||
}
|
||||
];
|
||||
|
||||
# the best part, nix is functional, so lets have some functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue