feat: big refactor
This commit is contained in:
parent
2c09c21833
commit
ebedec9768
159 changed files with 1927 additions and 2222 deletions
25
hosts/APPA/default.nix
Normal file
25
hosts/APPA/default.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ ... }@inputs:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-acpi_call
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
|
||||
./services
|
||||
./hardware.nix
|
||||
./network.nix
|
||||
./system.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
bchmnn = {
|
||||
git = {
|
||||
signing = {
|
||||
key = "0x7753026D577922A6";
|
||||
};
|
||||
};
|
||||
|
||||
collections = {
|
||||
cli-utils.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue