cleaned up flake.nix
This commit is contained in:
parent
54cd41fc40
commit
8da38ec270
8 changed files with 36 additions and 39 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ lib, inputs, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
];
|
||||
fileSystems."/persist".neededForBoot = true;
|
||||
environment.persistence."/persist/system" = {
|
||||
hideMounts = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue