This commit is contained in:
commit
7d364cdfac
69 changed files with 5268 additions and 0 deletions
12
modules/nixos/common/default.nix
Normal file
12
modules/nixos/common/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./nix.nix
|
||||
./overlays.nix
|
||||
|
||||
inputs.synix.nixosModules.device.server
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue