Commit graph

28 commits

Author SHA1 Message Date
18fb4866d2 Add myself to nix.settings.trusted-users to make stuff happy again. 2024-11-26 11:41:56 -05:00
35c13c5e10 Add pretty basic Hyprland config to piplup.
In case I want to use it, though I don't imagine doing so soon.
2024-11-20 11:16:36 -05:00
a62fdbcf4c Formatting changes on system main.nix files.
Mainly just reminders not to change `system.stateVersion` on live systems.
2024-11-20 11:15:10 -05:00
862b040540 So I may have tried to clean up my flake.nix a lot. 2024-10-24 01:24:22 -04:00
1b27b39237 Add some more fonts! 2024-09-07 04:14:32 -04:00
4239a01b81 Start on Cinnamon-based gui file for piplup. 2024-09-04 01:59:50 -04:00
5ea1b528d4 Forgot to commit other piplup-related name changes. 2024-09-04 01:58:26 -04:00
edf0e2bb3c Rename my_nixos_vm to piplup, 2024-09-04 01:57:32 -04:00
94e0c053b6 Properly add GUI bits to my_nixos_vm. 2024-09-04 00:15:51 -04:00
4aadf05074 Actually enable it this time, oops. 2024-09-02 05:29:03 -04:00
fb2e57c50c Enable nixosConfigurations.my_nixos_vm. 2024-09-02 05:28:32 -04:00
7ad319b148 Update the mistakenly-committed VM configs a little. 2024-07-28 01:06:39 -04:00
6e6226675e Update aaru input. 2024-07-28 00:55:20 -04:00
fdcbcb3449 Add nxtik to home.packages. 2024-07-06 03:59:17 -04:00
ae3efb9c33 Style edit for system/nix_lix.nix 2024-06-25 03:38:36 -04:00
7512afce66 Add a default 24.11 configuration.nix to repo.
This was generated by using `nixos-generate-config --no-filesystems --dir .`
2024-06-12 04:01:40 -04:00
da7cd843b3 Remove isWSL and its related option module! 2024-06-12 03:10:07 -04:00
d9046b8321 Various changes to config, see notes under the fold.
- Adds `mySSHKeys` via `inherit` from `system/sshKeys.nix` for easier setting of allowed SSH keys
  - Especially useful for self-built `x86_64-linux` NixOS ISO.
- Swap where user groups are set to `system/users.nix`
- Add `myOptions.isWSL` to identify if an environment is used in WSL or not.
  - Used for setting user groups between WSL and bare-metal.
  - Requires adding `myOptions` as module to WSL systems?
    - Need to investiage if this properly works on bare-metal machines
      - So likely needs tested in VM?
- Added `myOptions.isWSL` option to `nixos-wsl` for group setting reasons, see above.
- Fleshed out `nixosConfigurations.isoimage-pc` to make keep some tools handy for live environment.
  - Plus, gave ssh key access to `root` user on ISO.
  - Need to double check if `nixos` user needs keys too.
    - Is that user still even generated with current config? Need to test.
- Added `unnix_script` to `home-manager` environment's `home.packages`, so I can remove Nix Store paths from text input easily for ease of comparing against other builds.
2024-06-09 05:05:25 -04:00
1a6da08c20 Yay, comments! 2024-06-07 02:16:31 -04:00
37a9bf03b6 Well, I want to name my next mnachine "chimchar", so here's some boilerplate. 2024-06-02 02:50:33 -04:00
4ed47ea6e9 Change how I have screen installed. 2024-06-02 02:08:46 -04:00
640810a16c Workaround dotnet HTTP Header sanitisation issue. 2024-05-29 15:27:25 -04:00
2134f1f1d4 Finally switch to Lix! 2024-05-18 19:32:04 -04:00
2ea9051688 Remove some outdated files that git was still holding... for some reason. 2024-05-13 23:31:53 -04:00
d0c059e25e First try of a slightly cleaner version. 2024-05-13 23:18:54 -04:00
cd80c21d67 Move some stuff around, eh. 2024-05-11 04:41:00 -04:00
3bbaf1e5d2 Add comment block to system/packages.nix
This is meant as documentation in case I want to enable `documentation.{man,nixos}` in the future, though I honestly doubt that I will. These would fix tools like `whatis`, but apparently `whatis` only seems to work on packages installed via `environment.systemPackages` that have man pages.
2024-05-08 04:00:00 -04:00
a79d51fa50 Initial commit 2024-05-07 15:37:50 -04:00