Compare commits
2 commits
8b0a736d21
...
ee038d1979
Author | SHA1 | Date | |
---|---|---|---|
ee038d1979 | |||
f9193439fb |
2 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,7 @@ alias_dictionary = {
|
|||
"forgejo-runner": "act_runner",
|
||||
"runactions": "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com",
|
||||
|
||||
"uvr": "uv run",
|
||||
"e": "edit",
|
||||
"c": "clear",
|
||||
"s": "sudo",
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.br-a1d891ddb0a1.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.br-bc06691dbb57.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.docker0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.eno1.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.tailscale0.useDHCP = lib.mkDefault true;
|
||||
|
|
Loading…
Add table
Reference in a new issue