fixed some zfs quirks
This commit is contained in:
@@ -30,14 +30,13 @@
|
||||
# chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, nixpkgs-stable, hm-stable, lix-module, asus-numberpad-driver, chaotic, zapret-discord-youtube, ...}@inputs: {
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, nixpkgs-stable, hm-stable, lix-module, asus-numberpad-driver, zapret-discord-youtube, ...}@inputs: {
|
||||
nixosConfigurations = {
|
||||
Ratchet = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
impermanence.nixosModules.impermanence
|
||||
chaotic.nixosModules.default
|
||||
asus-numberpad-driver.nixosModules.default
|
||||
./hosts/generic/configuration_generic.nix
|
||||
./hosts/generic/users.nix
|
||||
@@ -69,7 +68,6 @@
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
#lix-module.nixosModules.default
|
||||
chaotic.nixosModules.default
|
||||
impermanence.nixosModules.impermanence
|
||||
./hosts/generic/persistence.nix
|
||||
./hosts/generic/configuration_generic.nix
|
||||
|
||||
Reference in New Issue
Block a user