Refactor, add roam using colmena
This commit is contained in:
parent
a42514ce97
commit
1106930891
16 changed files with 348 additions and 103 deletions
|
|
@ -1,18 +1,13 @@
|
|||
{ mod, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
networking.hostName = "c2";
|
||||
|
||||
imports =
|
||||
with mod;
|
||||
[
|
||||
collections.pc
|
||||
./hardware-configuration.nix
|
||||
]
|
||||
++ (with inputs.nixos-hardware.nixosModules; [
|
||||
common-cpu-intel
|
||||
common-pc-laptop
|
||||
common-pc-laptop-ssd
|
||||
]);
|
||||
imports = with inputs.nixos-hardware.nixosModules; [
|
||||
./hardware-configuration.nix
|
||||
common-cpu-intel
|
||||
common-pc-laptop
|
||||
common-pc-laptop-ssd
|
||||
];
|
||||
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue