Update sovereign.nix

This commit is contained in:
Aaron Honeycutt 2023-03-20 16:54:57 +00:00
parent 4d426ecfbd
commit 0c983c3ae4

View file

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
@ -58,11 +54,15 @@
23.32.241.51 r3.o.lencr.org 23.32.241.51 r3.o.lencr.org
''; '';
# fileSystems."/mnt/swapfile" =
# { device = "/dev/disk/by-uuid/82672991-fe8a-485a-8dcf-7c8ae1282b6c";
# fsType = "ext4";
# };
# services.hydra = { # services.hydra = {
# enable = true; # enable = true;
# hydraURL = "localhost:3000"; # hydraURL = "localhost:3000";
# notificationSender = "hydra@localhost"; # notificationSender = "hydra@localhost";
#buildMachinesFiles = [];
# useSubstitutes = true; # useSubstitutes = true;
# }; # };
@ -84,10 +84,8 @@
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user. extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
packages = with pkgs; [ packages = with pkgs; [
cargo cargo
flatpak
git git
git-lfs git-lfs
just
]; ];
}; };
@ -101,18 +99,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
acme-sh acme-sh
# bundler
git git
inetutils inetutils
jekyll
mtr mtr
neofetch neofetch
# ruby_3_1
rubyPackages_3_1.jekyll
# rubyPackages_3_1.jekyll-feed
# rubyPackages_3_1.jekyll-redirect-from
# rubyPackages_3_1.webrick
# rubyPackages.webrick
sysstat sysstat
toybox toybox
tree tree
@ -122,7 +112,7 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh = { services.openssh = {
enable = true; enable = true;
# permitRootLogin = "yes"; permitRootLogin = "no";
}; };
networking.usePredictableInterfaceNames = false; networking.usePredictableInterfaceNames = false;