Added common config to each machine.

This commit is contained in:
Joseph Hanson 2024-02-21 10:35:38 -06:00
parent 1d68d9c6fc
commit 1f89497e81

View file

@ -30,6 +30,7 @@
# old configuration file can still take effect. # old configuration file can still take effect.
# Note: configuration.nix itself is also a Nixpkgs Module, # Note: configuration.nix itself is also a Nixpkgs Module,
./nixos/durincore/configuration.nix ./nixos/durincore/configuration.nix
./nixos/common.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
@ -43,6 +44,7 @@
specialArgs = inputs; specialArgs = inputs;
modules = [ modules = [
./nixos/este/configuration.nix ./nixos/este/configuration.nix
./nixos/common.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
@ -56,6 +58,7 @@
specialArgs = inputs; specialArgs = inputs;
modules = [ modules = [
./nixos/gandalf/configuration.nix ./nixos/gandalf/configuration.nix
./nixos/common.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;