Install impermanence module

This commit is contained in:
NullBite 2024-04-20 01:15:16 -04:00
parent eab19e19fe
commit f00bc19aa2
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
3 changed files with 19 additions and 0 deletions

16
flake.lock generated
View File

@ -294,6 +294,21 @@
"type": "github"
}
},
"impermanence": {
"locked": {
"lastModified": 1708968331,
"narHash": "sha256-VUXLaPusCBvwM3zhGbRIJVeYluh2uWuqtj4WirQ1L9Y=",
"owner": "nix-community",
"repo": "impermanence",
"rev": "a33ef102a02ce77d3e39c25197664b7a636f9c30",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "impermanence",
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
@ -452,6 +467,7 @@
"hypridle": "hypridle",
"hyprland": "hyprland",
"hyprwm-contrib": "hyprwm-contrib",
"impermanence": "impermanence",
"nix-index-database": "nix-index-database",
"nix-minecraft": "nix-minecraft",
"nix-wsl": "nix-wsl",

View File

@ -57,6 +57,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
nixfiles-assets = {
# using self-hosted gitea mirror because of GitHub LFS bandwidth limit (even though i'd probably never hit it)
type = "github";

View File

@ -17,6 +17,7 @@ in
# modules
inputs.nix-minecraft.nixosModules.minecraft-servers
inputs.impermanence.nixosModules.impermanence
];
config = {};
options.nixfiles = {