feat(ymir): update flake path.
This commit is contained in:
parent
02f042dd7f
commit
f9ac37dd98
2 changed files with 3 additions and 3 deletions
|
@ -131,10 +131,10 @@ in {
|
|||
server = "nixd";
|
||||
options = {
|
||||
nixos = {
|
||||
expr = ''(builtins.getFlake "/home/crony/Repos/nixos").nixosConfigurations.CONFIGNAME.options'';
|
||||
expr = ''(builtins.getFlake "/home/crony/repos/nixos").nixosConfigurations.CONFIGNAME.options'';
|
||||
};
|
||||
home_manager = {
|
||||
expr = ''(builtins.getFlake "/home/crony/Repos/nixos").homeConfigurations.CONFIGNAME.options'';
|
||||
expr = ''(builtins.getFlake "/home/crony/repos/nixos").homeConfigurations.CONFIGNAME.options'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# Install nh
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/crony/Repos/nixos";
|
||||
flake = "/home/crony/repos/nixos";
|
||||
clean = {
|
||||
enable = true;
|
||||
extraArgs = "--keep 5 --keep-since 3d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue