Compare commits

...

3 commits

Author SHA1 Message Date
bcc9f9d0d1
syntax preference 2024-05-28 16:18:13 -05:00
c0673b3dcb
cleanup flake.nix 2024-05-28 16:17:18 -05:00
aa3dbd4019
update host information 2024-05-28 13:24:57 -05:00
4 changed files with 10 additions and 8 deletions

View file

@ -22,17 +22,21 @@ See below for the currently maintained hosts.
<tr> <tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/d/df/Runic_letter_algiz.svg"></td> <td><img src="https://upload.wikimedia.org/wikipedia/commons/d/df/Runic_letter_algiz.svg"></td>
<td>algiz</td> <td>algiz</td>
<td>Hetzner Cloud hosting forgejo,soft-serve & gts</td> <td>Hetzner VPS hosting forgejo, soft-serve & gts</td>
</tr> </tr>
<tr> <tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/5/57/Runic_letter_mannaz.svg"></td> <td><img src="https://upload.wikimedia.org/wikipedia/commons/5/57/Runic_letter_mannaz.svg"></td>
<td>mannaz</td> <td>mannaz</td>
<td>Custom AMD Tower with Nvidia 1050ti</td> <td>Custom AMD Tower with Nvidia 1050ti</td>
</tr> </tr>
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/3/3f/Runic_letter_naudiz.svg"></td>
<td>naudiz</td>
<td>Nixos-WSL for those times I'm trapped on windows</td>
</tr>
</table> </table>
## oizys cli ## oizys cli
A small helper utility that mostly just wraps `nix` commands for convenience. A small helper utility that mostly just wraps `nix` commands for convenience.

View file

@ -527,7 +527,6 @@
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "main",
"repo": "NixOS-WSL", "repo": "NixOS-WSL",
"type": "github" "type": "github"
} }

View file

@ -14,7 +14,7 @@
lix-module.inputs.lix.follows = "lix"; lix-module.inputs.lix.follows = "lix";
# lix-module.inputs.nixpkgs.follows = "nixpkgs"; # lix-module.inputs.nixpkgs.follows = "nixpkgs";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; nixos-wsl.url = "github:nix-community/NixOS-WSL";
# see todo.md # see todo.md
# hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9"; # hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9";
@ -44,14 +44,12 @@
"https://nixpkgs-wayland.cachix.org" "https://nixpkgs-wayland.cachix.org"
"https://daylin.cachix.org" "https://daylin.cachix.org"
"https://cache.lix.systems" "https://cache.lix.systems"
# "https://cache.garnix.io"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA=" "nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
"daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k=" "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
]; ];
}; };
} }

View file

@ -10,8 +10,9 @@
"node" "node"
]; ];
}; };
wsl.enable = true; wsl = enabled // {
wsl.defaultUser = "daylin"; defaultUser = "daylin";
};
# don't delete this you foo bar # don't delete this you foo bar
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?