nix-files/modules/default.nix
colin fa131fe39f lappy: enable impermanence
it mostly went smooth, though i lost a .ssh key.
probably the best upgrade process is to do most of the heavy work in the
initrd:

write the new nix config, notably, configuring a tmpfs / mount
and moving the previous / to /nix.
then boot and in the initrd, move all the `/nix/nix/...` items
up a level.
2022-06-20 03:28:01 -07:00

12 lines
126 B
Nix

{ ... }:
{
imports = [
./gui
./hardware
./impermanence.nix
./services/duplicity.nix
./universal
];
}