fix: remove uneeded imports
This commit is contained in:
parent
005c7590ec
commit
e827a97ead
1 changed files with 3 additions and 5 deletions
|
@ -2,13 +2,11 @@
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
../../modules/game/server/luanti
|
../../modules/game/server/luanti
|
||||||
|
|
||||||
../../system_profiles/defaults.nix
|
|
||||||
../../system_profiles/mini.nix
|
|
||||||
../../system_profiles/server.nix
|
|
||||||
|
|
||||||
../../modules/sec_auth/ssh-server.nix
|
../../modules/sec_auth/ssh-server.nix
|
||||||
|
|
||||||
|
../../system_profiles/server.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
users = let
|
users = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue