Compare commits
No commits in common. "1e29882c46d46282a0f58d93ba532f9604d76ffb" and "eb7fdfc327bf59b3e5a8e9c1c1538b445522c31a" have entirely different histories.
1e29882c46
...
eb7fdfc327
7 changed files with 32 additions and 128 deletions
|
@ -83,12 +83,10 @@
|
||||||
ghostty = {
|
ghostty = {
|
||||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self, nixpkgs, sops-nix, home-manager, nix-vscode-extensions, impermanence, disko, talhelper, lix-module, ghostty, vscode-server, ... } @ inputs:
|
{ self, nixpkgs, sops-nix, home-manager, nix-vscode-extensions, impermanence, disko, talhelper, lix-module, ghostty, ... } @ inputs:
|
||||||
let
|
let
|
||||||
forAllSystems = nixpkgs.lib.genAttrs [
|
forAllSystems = nixpkgs.lib.genAttrs [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
@ -253,8 +251,6 @@
|
||||||
./nixos/profiles/hw-supermicro.nix
|
./nixos/profiles/hw-supermicro.nix
|
||||||
];
|
];
|
||||||
profileModules = [
|
profileModules = [
|
||||||
vscode-server.nixosModules.default
|
|
||||||
./nixos/profiles/role-dev.nix
|
|
||||||
./nixos/profiles/role-server.nix
|
./nixos/profiles/role-server.nix
|
||||||
{ home-manager.users.jahanson = ./nixos/home/jahanson/server.nix; }
|
{ home-manager.users.jahanson = ./nixos/home/jahanson/server.nix; }
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, inputs, ... }:
|
{ pkgs, config, ... }:
|
||||||
with config;
|
with config;
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -40,7 +40,6 @@ with config;
|
||||||
unstable.peazip
|
unstable.peazip
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
unstable.tidal-hifi
|
unstable.tidal-hifi
|
||||||
inputs.ghostty.packages.${pkgs.system}.default
|
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
|
|
|
@ -31,30 +31,6 @@ in
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBROTzSefJGJeCNUgNLbE5l4sHHg2fHUO4sCwqvP+zAd root@Gollum"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBROTzSefJGJeCNUgNLbE5l4sHHg2fHUO4sCwqvP+zAd root@Gollum"
|
||||||
];
|
];
|
||||||
|
|
||||||
# VSCode Compatibility Settings
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
services.vscode-server = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Home Manager
|
|
||||||
home-manager.users.jahanson = {
|
|
||||||
# Git settings
|
|
||||||
# TODO: Move to config module.
|
|
||||||
programs.git = {
|
|
||||||
enable = true;
|
|
||||||
userName = "Joseph Hanson";
|
|
||||||
userEmail = "joe@veri.dev";
|
|
||||||
|
|
||||||
extraConfig = {
|
|
||||||
core.autocrlf = "input";
|
|
||||||
init.defaultBranch = "main";
|
|
||||||
pull.rebase = true;
|
|
||||||
rebase.autoStash = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Network settings
|
# Network settings
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "gandalf";
|
hostName = "gandalf";
|
||||||
|
@ -69,11 +45,11 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# For VMs
|
# For VMs
|
||||||
# bridges = {
|
bridges = {
|
||||||
# "br0" = {
|
"br0" = {
|
||||||
# interfaces = [ "enp130s0f1" ];
|
interfaces = [ "enp130s0f1" ];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
@ -106,10 +82,6 @@ in
|
||||||
purpose = "Production";
|
purpose = "Production";
|
||||||
system = {
|
system = {
|
||||||
motd.networkInterfaces = [ "enp130s0f0" "enp130s0f1" ];
|
motd.networkInterfaces = [ "enp130s0f0" "enp130s0f1" ];
|
||||||
# Incus
|
|
||||||
incus = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
# ZFS
|
# ZFS
|
||||||
zfs.enable = true;
|
zfs.enable = true;
|
||||||
zfs.mountPoolsAtBoot = [ "eru" ];
|
zfs.mountPoolsAtBoot = [ "eru" ];
|
||||||
|
|
|
@ -14,15 +14,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
networking.firewall.interfaces = {
|
networking.firewall.interfaces.podman0 = {
|
||||||
enp130s0f0 = {
|
|
||||||
allowedTCPPorts = [ 8443 ];
|
|
||||||
};
|
|
||||||
podman0 = {
|
|
||||||
allowedTCPPorts = [ 8080 8443 8880 8843 ];
|
allowedTCPPorts = [ 8080 8443 8880 8843 ];
|
||||||
allowedUDPPorts = [ 3478 ];
|
allowedUDPPorts = [ 3478 ];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
virtualisation.oci-containers.containers.${app} = {
|
virtualisation.oci-containers.containers.${app} = {
|
||||||
image = "ghcr.io/goofball222/unifi:${version}";
|
image = "ghcr.io/goofball222/unifi:${version}";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
./borg
|
./borg
|
||||||
./fingerprint-laptop-lid.nix
|
./fingerprint-laptop-lid.nix
|
||||||
./impermanence.nix
|
./impermanence.nix
|
||||||
./incus
|
|
||||||
./motd
|
./motd
|
||||||
./nfs
|
./nfs
|
||||||
./nix.nix
|
./nix.nix
|
||||||
|
|
|
@ -1,73 +1,16 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
|
||||||
cfg = config.mySystem.system.incus;
|
|
||||||
user = "jahanson";
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
# sops.secrets.secret-domain-0 = {
|
sops.secrets.secret-domain-0 = {
|
||||||
# sopsFile = ./secret.sops.yaml;
|
sopsFile = ./secret.sops.yaml;
|
||||||
# };
|
|
||||||
options.mySystem.system.incus = {
|
|
||||||
enable = lib.mkEnableOption "incus";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
users.users.jahanson.extraGroups = [ "incus-admin" ];
|
||||||
|
|
||||||
virtualisation.incus = {
|
virtualisation.incus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ui.enable = true;
|
ui.enable = true;
|
||||||
|
|
||||||
preseed = {
|
|
||||||
config = {
|
|
||||||
"core.https_address" = "10.1.1.15:8445"; # Need quotes around key
|
|
||||||
};
|
|
||||||
networks = [
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
"ipv4.address" = "auto"; # Need quotes around key
|
|
||||||
"ipv6.address" = "auto"; # Need quotes around key
|
|
||||||
};
|
|
||||||
description = "";
|
|
||||||
name = "incusbr0";
|
|
||||||
type = "";
|
|
||||||
project = "default";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
storage_pools = [
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
source = "eru/incus";
|
|
||||||
};
|
|
||||||
description = "";
|
|
||||||
name = "default";
|
|
||||||
driver = "zfs";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
profiles = [
|
|
||||||
{
|
|
||||||
config = { };
|
|
||||||
description = "";
|
|
||||||
devices = {
|
|
||||||
eth0 = {
|
|
||||||
name = "eth0";
|
|
||||||
network = "incusbr0";
|
|
||||||
type = "nic";
|
|
||||||
};
|
|
||||||
root = {
|
|
||||||
path = "/";
|
|
||||||
pool = "default";
|
|
||||||
type = "disk";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
name = "default";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
projects = [ ];
|
|
||||||
cluster = null;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.${user}.extraGroups = [ "incus-admin" ];
|
|
||||||
|
|
||||||
# systemd.services.incus-preseed.postStart = "${oidcSetup}";
|
# systemd.services.incus-preseed.postStart = "${oidcSetup}";
|
||||||
|
|
||||||
|
@ -75,7 +18,7 @@ in
|
||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
8445
|
8443
|
||||||
53
|
53
|
||||||
67
|
67
|
||||||
];
|
];
|
||||||
|
@ -85,5 +28,4 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ with config;
|
||||||
# bind # for dns utils like named-checkconf
|
# bind # for dns utils like named-checkconf
|
||||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||||
inputs.talhelper.packages.${pkgs.system}.default
|
inputs.talhelper.packages.${pkgs.system}.default
|
||||||
|
inputs.ghostty.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
|
|
Loading…
Reference in a new issue