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 = [
|
||||
(./. + "/nixos/boxes/${hostname}")
|
||||
(import ./nixos/email-accounts.nix)
|
||||
(import ./nixos/common.nix)
|
||||
sops.nixosModules.sops
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
./thermal.nix
|
||||
../../backups.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../distributed-builds.nix
|
||||
../../git
|
||||
../../gui
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../backups.nix
|
||||
../../distributed-builds.nix
|
||||
../../gfx-intel.nix
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
./hardware-configuration.nix
|
||||
../../backups.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../distributed-builds.nix
|
||||
../../gfx-intel.nix
|
||||
../../git
|
||||
|
|
Loading…
Reference in a new issue