disabled impermanence
This commit is contained in:
parent
0bea01b6ba
commit
5ba3a082e6
4 changed files with 80 additions and 104 deletions
10
flake.nix
10
flake.nix
|
@ -23,9 +23,9 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
};
|
||||
# impermanence = {
|
||||
# url = "github:nix-community/impermanence";
|
||||
# };
|
||||
|
||||
# users home directories
|
||||
home-manager = {
|
||||
|
@ -62,7 +62,7 @@
|
|||
outputs = {
|
||||
nixpkgs,
|
||||
disko,
|
||||
impermanence,
|
||||
# impermanence,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
lix-module,
|
||||
|
@ -132,7 +132,7 @@
|
|||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
./overlays
|
||||
impermanence.nixosModules.impermanence
|
||||
# impermanence.nixosModules.impermanence
|
||||
disko.nixosModules.disko
|
||||
home-manager.nixosModules.home-manager
|
||||
home-manager-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue