Dmitriy Pleshevskiy
b703b69513
- make: fix rollback command - flake.lock: add disko module. - flake.lock: add impermanence module. - disko: add configuration to create luks-btrfs schema. - host/asus: add new filesystem configuration (luks-btrfs) - host/asus: mount user from old partition. - host/asus: add impermanence module to store system configuration.
8 lines
89 B
Nix
8 lines
89 B
Nix
{
|
|
imports = [
|
|
./boot.nix
|
|
./imp.nix
|
|
./networking.nix
|
|
./wireguard
|
|
];
|
|
}
|