mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 11:43:01 -06:00
Update sovereign.nix
This commit is contained in:
parent
4d426ecfbd
commit
0c983c3ae4
1 changed files with 12 additions and 22 deletions
|
@ -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,13 +54,17 @@
|
||||||
23.32.241.51 r3.o.lencr.org
|
23.32.241.51 r3.o.lencr.org
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# services.hydra = {
|
# fileSystems."/mnt/swapfile" =
|
||||||
# enable = true;
|
# { device = "/dev/disk/by-uuid/82672991-fe8a-485a-8dcf-7c8ae1282b6c";
|
||||||
# hydraURL = "localhost:3000";
|
# fsType = "ext4";
|
||||||
# notificationSender = "hydra@localhost";
|
# };
|
||||||
#buildMachinesFiles = [];
|
|
||||||
# useSubstitutes = true;
|
# services.hydra = {
|
||||||
# };
|
# enable = true;
|
||||||
|
# hydraURL = "localhost:3000";
|
||||||
|
# notificationSender = "hydra@localhost";
|
||||||
|
# useSubstitutes = true;
|
||||||
|
# };
|
||||||
|
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
security.acme.defaults.email = "aaronhoneycutt@proton.me";
|
security.acme.defaults.email = "aaronhoneycutt@proton.me";
|
||||||
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue