move common hosts configuration to the hosts directory (they're not modules)
This commit is contained in:
parent
cf9cca46e1
commit
83cf8cc933
15 changed files with 2 additions and 6 deletions
|
@ -32,11 +32,7 @@
|
|||
system = "x86_64-linux";
|
||||
|
||||
commonModules = hostname: [
|
||||
./modules/system
|
||||
./modules/sops.nix
|
||||
./modules/gnome.nix
|
||||
./modules/syncthing
|
||||
./modules/stylix.nix
|
||||
./hosts/common
|
||||
./hosts/${hostname}
|
||||
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
Loading…
Reference in a new issue