removed outdated src

This commit is contained in:
Nickiel12 2022-11-12 14:14:53 -08:00
parent ce2b43e6f7
commit be7d8d7603

View file

@ -5,11 +5,6 @@
{ config, lib, pkgs, user, inputs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
boot.supportedFilesystems = [ "nfts" ];
boot.loader.systemd-boot.configurationLimit = 5;