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";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
commonModules = hostname: [
|
commonModules = hostname: [
|
||||||
./modules/system
|
./hosts/common
|
||||||
./modules/sops.nix
|
|
||||||
./modules/gnome.nix
|
|
||||||
./modules/syncthing
|
|
||||||
./modules/stylix.nix
|
|
||||||
./hosts/${hostname}
|
./hosts/${hostname}
|
||||||
|
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
Loading…
Reference in a new issue