Add NixOS config for nachtigall #4

Merged
b12f merged 3 commits from nachtigall into main 2023-10-27 22:58:24 +00:00
There is no content yet.
axeman added 1 commit 2023-10-27 22:08:29 +00:00
axeman force-pushed nachtigall from 13af3bdef5 to d232dbe2e4 2023-10-27 22:15:29 +00:00 Compare
hensoko approved these changes 2023-10-27 22:15:54 +00:00
b12f reviewed 2023-10-27 22:18:30 +00:00
flake.nix Outdated
@ -76,4 +54,3 @@
};
# All nixos/nix-darwin configurations are kept here.
nixosModules = {

Same here, to reduce complexity in flake.nix I moved these to modules/default.nix

https://git.pub.solar/b12f/os/src/branch/b12f/modules/default.nix

Same here, to reduce complexity in flake.nix I moved these to `modules/default.nix` https://git.pub.solar/b12f/os/src/branch/b12f/modules/default.nix
flake.nix Outdated
@ -33,3 +35,2 @@
{
# Configurations for Linux (NixOS) machines
in {
nixosConfigurations = {

To reduce complexity on flake.nix, I moved these to a separate flake modules in https://git.pub.solar/b12f/os/src/branch/b12f/hosts/default.nix

To reduce complexity on flake.nix, I moved these to a separate flake modules in https://git.pub.solar/b12f/os/src/branch/b12f/hosts/default.nix
@ -0,0 +42,4 @@
networking.hostId = "00000001";
# enable flakes by default
nix = {
I'd pref already having trusted-users here https://git.pub.solar/b12f/os/src/branch/b12f/modules/nix/default.nix#L8
teutat3s approved these changes 2023-10-27 22:45:12 +00:00
teutat3s left a comment
Owner

Just one nit. Big approval 👍

Just one nit. Big approval 👍
@ -0,0 +53,4 @@
time.timeZone = "Etc/UTC";
environment = {
enableDebugInfo = true;

We can probably remove this line.

We can probably remove this line.
axeman added 2 commits 2023-10-27 22:55:41 +00:00
b12f force-pushed nachtigall from 21ece58e9d to d935c946b5 2023-10-27 22:58:15 +00:00 Compare
b12f merged commit 6cf680a2df into main 2023-10-27 22:58:24 +00:00
b12f deleted branch nachtigall 2023-10-27 22:58:24 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#4
There is no content yet.