droppie/impermanence: use module

This commit is contained in:
Benjamin Yule Bädorf 2024-02-08 23:28:41 +01:00
parent f54229e68e
commit c34577a7df
Signed by: b12f
GPG key ID: 729956E1124F8F26
3 changed files with 1 additions and 7 deletions

View file

@ -64,6 +64,7 @@
droppie = self.nixos-flake.lib.mkLinuxSystem {
nixpkgs.hostPlatform = "x86_64-linux";
imports = [
inputs.impermanence.nixosModules.impermanence
self.nixosModules.base
./droppie
self.nixosModules.yule

View file

@ -4,6 +4,5 @@
./hardware-configuration.nix
./networking.nix
./persistence.nix
];
}

View file

@ -1,6 +0,0 @@
{ lib, config, ... }:
{
systemd.tmpfiles.rules = [
"L /etc/nixos - - - - /home/${config.pub-solar.user.name}/Workspace/os"
];
}