mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-26 09:20:44 -06:00
Compare commits
3 commits
55e827afc8
...
bcc9f9d0d1
Author | SHA1 | Date | |
---|---|---|---|
bcc9f9d0d1 | |||
c0673b3dcb | |||
aa3dbd4019 |
4 changed files with 10 additions and 8 deletions
|
@ -22,17 +22,21 @@ See below for the currently maintained hosts.
|
|||
<tr>
|
||||
<td><img src="https://upload.wikimedia.org/wikipedia/commons/d/df/Runic_letter_algiz.svg"></td>
|
||||
<td>algiz</td>
|
||||
<td>Hetzner Cloud hosting forgejo,soft-serve & gts</td>
|
||||
<td>Hetzner VPS hosting forgejo, soft-serve & gts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://upload.wikimedia.org/wikipedia/commons/5/57/Runic_letter_mannaz.svg"></td>
|
||||
<td>mannaz</td>
|
||||
<td>Custom AMD Tower with Nvidia 1050ti</td>
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
## oizys cli
|
||||
|
||||
A small helper utility that mostly just wraps `nix` commands for convenience.
|
||||
|
|
|
@ -527,7 +527,6 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "main",
|
||||
"repo": "NixOS-WSL",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
lix-module.inputs.lix.follows = "lix";
|
||||
# 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
|
||||
# hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&rev=4cdddcfe466cb21db81af0ac39e51cc15f574da9";
|
||||
|
@ -44,14 +44,12 @@
|
|||
"https://nixpkgs-wayland.cachix.org"
|
||||
"https://daylin.cachix.org"
|
||||
"https://cache.lix.systems"
|
||||
# "https://cache.garnix.io"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
|
||||
"daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,8 +10,9 @@
|
|||
"node"
|
||||
];
|
||||
};
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "daylin";
|
||||
wsl = enabled // {
|
||||
defaultUser = "daylin";
|
||||
};
|
||||
|
||||
# don't delete this you foo bar
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
|
Loading…
Reference in a new issue