mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
removed outdated src
This commit is contained in:
parent
ce2b43e6f7
commit
be7d8d7603
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,6 @@
|
||||||
{ config, lib, pkgs, user, inputs, ... }:
|
{ config, lib, pkgs, user, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
|
||||||
[ # Include the results of the hardware scan.
|
|
||||||
./hardware-configuration.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "nfts" ];
|
boot.supportedFilesystems = [ "nfts" ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.configurationLimit = 5;
|
boot.loader.systemd-boot.configurationLimit = 5;
|
||||||
|
|
Loading…
Reference in a new issue