feat(systems): add mottarone
This commit is contained in:
parent
619e392abe
commit
57c2e950ef
5 changed files with 22 additions and 1 deletions
|
@ -40,6 +40,11 @@ in {
|
|||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
mottarone = {
|
||||
role = "laptop";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
etna = {
|
||||
role = "server";
|
||||
system = "x86_64-linux";
|
||||
|
|
1
systems/mottarone/default.nix
Normal file
1
systems/mottarone/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
systems/mottarone/hardware-configuration.nix
Normal file
1
systems/mottarone/hardware-configuration.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Add table
Add a link
Reference in a new issue