diff options
| author | seth <[email protected]> | 2023-02-27 21:24:16 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-27 21:24:16 -0500 |
| commit | 41d79acda75af9aa3f2feb54c3fb78d63f74d7b9 (patch) | |
| tree | 202d88be93b3cc93623234167a0b88bc9b6b7b69 /users | |
| parent | 972d0a179b1ac7969878c7b3043cb8740e0a62fd (diff) | |
allowUnsupportedSystem = true
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/users/seth/default.nix b/users/seth/default.nix index 5f21214..1476323 100644 --- a/users/seth/default.nix +++ b/users/seth/default.nix @@ -31,7 +31,10 @@ home.stateVersion = config.system.stateVersion; - nixpkgs.config.allowUnfree = true; + nixpkgs.config = { + allowUnfree = true; + allowUnsupportedSystem = true; + }; systemd.user.startServices = true; }; |
