Compare commits
No commits in common. "089c16060c4a608392c807dcfaadbd87a4c9588b" and "d9936a7d61e82cafaa6021dbacaee320f09e3be9" have entirely different histories.
089c16060c
...
d9936a7d61
@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./initrd.nix
|
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
|
|
||||||
boot.initrd.systemd.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
}
|
|
@ -8,7 +8,7 @@
|
|||||||
../../configuration/desktop
|
../../configuration/desktop
|
||||||
|
|
||||||
./backup.nix
|
./backup.nix
|
||||||
#./initrd.nix
|
./initrd.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user