From 686bfbebcec092b40860febdd65472973f258100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Szak=C3=A1llas?= <5807322+dszakallas@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:07:56 +0100 Subject: [PATCH 1/2] update private module --- flake.lock | 12 ++++++------ hosts/dszakallas--Clownfish/default.nix | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 0fa8fc9..b3db7d5 100644 --- a/flake.lock +++ b/flake.lock @@ -14,11 +14,11 @@ ] }, "locked": { - "lastModified": 1738002695, - "narHash": "sha256-o6UNfqaZhVGyp1ILSASal0cw7nP9+ArYL+h/ubssKXo=", + "lastModified": 1738749519, + "narHash": "sha256-Fo945DG+lqGWA7xo9/ZR0JtWjMixRgYdShuw4iKi68k=", "owner": "dszakallas", "repo": "davids-dotfiles-private", - "rev": "81424c513dba671ffb0742a5cb806aab52c66ab5", + "rev": "26644d7585de7741cb6e0d0dba79f083225ed4a4", "type": "github" }, "original": { @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1737968762, - "narHash": "sha256-xiPARGKwocaMtv+U/rgi+h2g56CZZEmrcl7ldRaslq8=", + "lastModified": 1738741704, + "narHash": "sha256-+XVScrF7Yymk9659dFb/ikCIET7DblHBVgK3RTW8mQg=", "owner": "nix-community", "repo": "home-manager", - "rev": "e1ae908bcc30af792b0bb0a52e53b03d2577255e", + "rev": "3b6fde96d8b41a4a21cbacba8de7debf7ea78021", "type": "github" }, "original": { diff --git a/hosts/dszakallas--Clownfish/default.nix b/hosts/dszakallas--Clownfish/default.nix index 9de3b8c..ff9bbff 100644 --- a/hosts/dszakallas--Clownfish/default.nix +++ b/hosts/dszakallas--Clownfish/default.nix @@ -19,4 +19,7 @@ in "root" myUsername ]; + + # TODO: Replace with fine-grained and mergable alternative + nixpkgs.config.allowUnfree = true; } From f55e60a737a5860ba10170d9dc9196b0010f9e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Szak=C3=A1llas?= <5807322+dszakallas@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:08:15 +0100 Subject: [PATCH 2/2] add license --- LICENSE | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c3d3f22 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +Copyright © 2025 David Szakallas + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the “Software”), to deal in the Software without +restriction, including without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.