mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
I forgot to import the common modules.nix
This commit is contained in:
parent
d5ea29bb6f
commit
5627c9f99b
@ -5,6 +5,7 @@
|
||||
imports =
|
||||
[
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
../common/modules.nix
|
||||
../../modules/nixos/secrets.nix # Sops
|
||||
# ../../modules/nixos/wireless.nix # For the wifi
|
||||
../../modules/nixos/gamming/nvidia.nix # Nvidia (Drivers and Settings)
|
||||
|
||||
@ -1,10 +1,6 @@
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
grub = {
|
||||
enable = false;
|
||||
device = "nodev";
|
||||
};
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 2;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user