Fix missing impermanence module import.
This commit is contained in:
@@ -2,11 +2,12 @@
|
|||||||
# your system. Help is available in the configuration.nix(5) man page, on
|
# your system. Help is available in the configuration.nix(5) man page, on
|
||||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
|
inputs.impermanence.nixosModules.impermanence
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./impermanence.nix
|
./impermanence.nix
|
||||||
./programs/streamcontroller.nix
|
./programs/streamcontroller.nix
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{lib, ...}: {
|
{lib, inputs, ...}: {
|
||||||
# Reset root subvolume on boot
|
# Reset root subvolume on boot
|
||||||
boot.initrd.postResumeCommands = lib.mkAfter ''
|
boot.initrd.postResumeCommands = lib.mkAfter ''
|
||||||
mkdir /btrfs_tmp
|
mkdir /btrfs_tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user