Initialize quasar
This commit is contained in:
parent
60579facc7
commit
211af9bd61
15 changed files with 616 additions and 72 deletions
26
linux/quasar/default.nix
Normal file
26
linux/quasar/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{inputs, ...}: {
|
||||
imports =
|
||||
[
|
||||
inputs.disko.nixosModules.default
|
||||
../../common
|
||||
./configuration.nix
|
||||
./device.nix
|
||||
./disko.nix
|
||||
./gui.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
./tailscale.nix
|
||||
./zfs.nix
|
||||
]
|
||||
++ (with inputs.hardware.nixosModules; [
|
||||
common-cpu-amd
|
||||
common-cpu-amd-pstate
|
||||
common-cpu-amd-raphael-igpu
|
||||
common-cpu-amd-zenpower
|
||||
common-gpu-amd
|
||||
common-hidpi
|
||||
common-pc
|
||||
common-pc-ssd
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue