FIX : change nixos configuration to modular

alacritty
Alexandre LUCAZEAU 2022-05-25 13:07:27 +00:00
parent ef3b32ea8d
commit d76c20611f
4 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ ... }: {
imports = [
./hardware-configuration.nix
./rest-server.nix
./users.nix
./common.nix
../modules/rest-server.nix
../modules/users.nix
../modules/common.nix
];
boot.cleanTmpDir = true;