Add Nodens, a VM to install NixOS VMs #48
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Fachschaft/nixConfig#48
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Gonne/nixConfig:nodens"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #10.
765f25022d
to717f91028f
someone should read the README changes, but I don't have the peace of mind right now.
@ -15,3 +15,3 @@
systemConfig =
if lib.isFunction importedConfig
then x: importedConfig (x // {flake-inputs = inputs;})
then
I think having a separate commit for this change might make bug hunting easier if this introduces a regression.
@ -8,3 +8,3 @@
};
fileSystems."/persist" = {
device = "/dev/disk/by-uuid/e0a160ef-7d46-4705-9152-a6b602898136";
device = "/dev/disk/by-label/nixos";
This is out of scope
I don't think so because it is alignment with the naming police introduced here.
@ -0,0 +4,4 @@
pkgs,
...
}: {
fileSystems."/" = {
Maybe we want /tmp/ of this machine on disk, because builds can get big, or we give it a lot of RAM, but I'm unsure if we want to reserve a lot of resources for a machine that does not do anything client facing.
There is currently both plenty of RAM as well as 10GB swap.
717f91028f
to3565ac910e
3565ac910e
to77bdd979b0