make sure all workstations use common.nix
This commit is contained in:
parent
34b1ae8e64
commit
0ae25b513c
4 changed files with 1 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
(./. + "/nixos/boxes/${hostname}")
|
(./. + "/nixos/boxes/${hostname}")
|
||||||
(import ./nixos/email-accounts.nix)
|
(import ./nixos/email-accounts.nix)
|
||||||
|
(import ./nixos/common.nix)
|
||||||
sops.nixosModules.sops
|
sops.nixosModules.sops
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
./thermal.nix
|
./thermal.nix
|
||||||
../../backups.nix
|
../../backups.nix
|
||||||
../../boot.nix
|
../../boot.nix
|
||||||
../../common.nix
|
|
||||||
../../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
../../git
|
../../git
|
||||||
../../gui
|
../../gui
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../boot.nix
|
../../boot.nix
|
||||||
../../common.nix
|
|
||||||
../../backups.nix
|
../../backups.nix
|
||||||
../../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
../../gfx-intel.nix
|
../../gfx-intel.nix
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../backups.nix
|
../../backups.nix
|
||||||
../../boot.nix
|
../../boot.nix
|
||||||
../../common.nix
|
|
||||||
../../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
../../gfx-intel.nix
|
../../gfx-intel.nix
|
||||||
../../git
|
../../git
|
||||||
|
|
Loading…
Reference in a new issue