cleaned up flake.nix

This commit is contained in:
Aleksandr Lebedev 2024-12-20 11:51:30 +01:00
parent 54cd41fc40
commit 8da38ec270
8 changed files with 36 additions and 39 deletions

View file

@ -1,6 +1,8 @@
{ lib, ... }:
{ lib, inputs, ... }:
{
imports = [
inputs.impermanence.nixosModules.impermanence
];
fileSystems."/persist".neededForBoot = true;
environment.persistence."/persist/system" = {
hideMounts = true;