mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 05:03:15 -08:00
fix?: use full flake path
This commit is contained in:
parent
8acec556c3
commit
9b707ebe0f
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
flake = "/etc/nixos#${config.networking.thonkpad}";
|
||||
flake = "/etc/nixos#thonkpad";
|
||||
flags = [
|
||||
"-L"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
flake = "/etc/nixos#${config.networking.thunkpad}";
|
||||
flake = "/etc/nixos#thunkpad";
|
||||
flags = [
|
||||
"-L"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue