transform the other hosts to flake
This commit is contained in:
parent
5944fe5cca
commit
f41cd58e54
12 changed files with 90 additions and 90 deletions
9
hosts/vinzenz-pc2/default.nix
Normal file
9
hosts/vinzenz-pc2/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./environment.nix
|
||||
];
|
||||
config = {
|
||||
networking.hostName = "vinzenz-pc2";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue