fix(machines): zoro double import

This commit is contained in:
mrflos 2024-09-11 20:39:26 +03:00
parent 4ba06c3ab1
commit 95b6027225

View file

@ -2,11 +2,10 @@
{ {
imports = imports =
[ # Include the results of the hardware scan.
./ThinkCentre-M710q-zoro-hardware-configuration.nix ./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.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
@ -36,10 +35,6 @@
time.timeZone = "Europe/Moscow"; time.timeZone = "Europe/Moscow";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
imports = [
../modules/minimal-server.nix
];
users.users.optisseur = { users.users.optisseur = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];