task | add t2 and pi1
This commit is contained in:
parent
e485c0b0b6
commit
48dcf2c25d
8 changed files with 101 additions and 25 deletions
21
hosts/pi1/default.nix
Normal file
21
hosts/pi1/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
./hardware-configuration.nix
|
||||
../server
|
||||
../themes.nix
|
||||
];
|
||||
networking.hostName = "pi1";
|
||||
deployment = {
|
||||
targetHost = "nixos";
|
||||
tags = ["arm"];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue