♻️ config refactor cleanup

This commit is contained in:
2023-07-27 15:51:15 -04:00
parent d4b4ba1d1e
commit 19a01e278e
8 changed files with 22 additions and 31 deletions

View File

@ -11,8 +11,6 @@
../../modules/sops
];
nixpkgs.overlays = [ (import ../../overlays) ];
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
boot.loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -23,9 +23,6 @@
boot.tmp.cleanOnBoot = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ (import ../../overlays) ];
nix.extraOptions = ''
experimental-features = nix-command flakes
'';

View File

@ -18,8 +18,6 @@
../../modules/sops
];
nixpkgs.overlays = [ (import ../../overlays) ];
boot.tmp.cleanOnBoot = true;
# Set your time zone.