droppie/impermanence: use module
This commit is contained in:
parent
f54229e68e
commit
c34577a7df
|
@ -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
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
./networking.nix
|
||||
./persistence.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /etc/nixos - - - - /home/${config.pub-solar.user.name}/Workspace/os"
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue