move common hosts configuration to the hosts directory (they're not modules)

This commit is contained in:
Anthony Rodriguez 2024-09-05 01:08:58 +02:00
parent cf9cca46e1
commit 83cf8cc933
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
15 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
config = {