Added common config to each machine.
This commit is contained in:
parent
1d68d9c6fc
commit
1f89497e81
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
# old configuration file can still take effect.
|
||||
# Note: configuration.nix itself is also a Nixpkgs Module,
|
||||
./nixos/durincore/configuration.nix
|
||||
./nixos/common.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
@ -43,6 +44,7 @@
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
./nixos/este/configuration.nix
|
||||
./nixos/common.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
@ -56,6 +58,7 @@
|
|||
specialArgs = inputs;
|
||||
modules = [
|
||||
./nixos/gandalf/configuration.nix
|
||||
./nixos/common.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Reference in a new issue