Skip to content

Commit

Permalink
chore(flake.lock): update garuda-nix-subsystem input
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 6, 2024
1 parent e15d82a commit 7ca13be
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
25 changes: 13 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@

# Garuda Linux flake - most of my system settings are here
garuda-nix = {
url = "/home/nico/Documents/misc/garuda-nix-subsystem";
# url = "gitlab:garuda-linux/garuda-nix-subsystem/main";
# url = "/home/nico/Documents/misc/garuda-nix-subsystem";
url = "gitlab:garuda-linux/garuda-nix-subsystem/main";
inputs.chaotic-nyx.follows = "chaotic-nyx";
inputs.devshell.follows = "devshell";
inputs.flake-parts.follows = "flake-parts";
Expand Down
10 changes: 4 additions & 6 deletions nixos/dragons-ryzen/dragons-ryzen.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@
};

# Garuda Nix subsystem modules
garuda = {
btrfs-maintenance = {
deduplication = false;
enable = true;
uuid = "7f894697-a4e9-43a7-bdd8-00c0376ce1f9";
};
garuda.btrfs-maintenance = {
deduplication = false;
enable = true;
uuid = "7f894697-a4e9-43a7-bdd8-00c0376ce1f9";
};

# Override GNS defaults
Expand Down

0 comments on commit 7ca13be

Please sign in to comment.