1
0

Compare commits

..

No commits in common. "089c16060c4a608392c807dcfaadbd87a4c9588b" and "d9936a7d61e82cafaa6021dbacaee320f09e3be9" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View File

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
./backup.nix ./backup.nix
./initrd.nix
./locale.nix ./locale.nix
./networking.nix ./networking.nix
./nix.nix ./nix.nix

View File

@ -1,7 +0,0 @@
{ lib, ... }:
{
boot.initrd.systemd.enable = lib.mkDefault true;
}

View File

@ -8,7 +8,7 @@
../../configuration/desktop ../../configuration/desktop
./backup.nix ./backup.nix
#./initrd.nix ./initrd.nix
./network.nix ./network.nix
./programs.nix ./programs.nix
]; ];