Add comet
This commit is contained in:
parent
30f7e6b97f
commit
d25f3fd8ce
8 changed files with 147 additions and 10 deletions
14
linux/comet/default.nix
Normal file
14
linux/comet/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = with inputs; [
|
||||
disko.nixosModules.disko
|
||||
hardware.nixosModules.common-cpu-intel
|
||||
] ++ [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./tailscale.nix
|
||||
../../common
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue