fix(machines): zoro double import
This commit is contained in:
parent
4ba06c3ab1
commit
95b6027225
1 changed files with 1 additions and 6 deletions
|
@ -2,11 +2,10 @@
|
|||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./ThinkCentre-M710q-zoro-hardware-configuration.nix
|
||||
../modules/minimal-server.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
@ -36,10 +35,6 @@
|
|||
time.timeZone = "Europe/Moscow";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
imports = [
|
||||
../modules/minimal-server.nix
|
||||
];
|
||||
|
||||
users.users.optisseur = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
|
|
Loading…
Reference in a new issue