2022-03-07 16:01:52 +01:00
|
|
|
{
|
|
|
|
inputs = {
|
2023-12-18 20:59:48 +01:00
|
|
|
nixpkgs.url = "nixpkgs/nixos-23.11";
|
2022-11-19 16:14:18 +01:00
|
|
|
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
|
2022-03-07 16:01:52 +01:00
|
|
|
|
|
|
|
home-manager = {
|
2023-12-18 20:59:48 +01:00
|
|
|
url = "github:nix-community/home-manager/release-23.11";
|
2022-03-07 16:01:52 +01:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
2022-04-03 18:03:55 +02:00
|
|
|
|
2022-11-19 16:35:01 +01:00
|
|
|
home-manager-local = {
|
|
|
|
url = "git+file:///home/h7x4/git/home-manager";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
|
|
|
};
|
|
|
|
|
2022-03-22 16:37:19 +01:00
|
|
|
dotfiles = {
|
2024-06-02 16:22:38 +02:00
|
|
|
url = "git+https://git.pvv.ntnu.no/oysteikt/dotfiles?ref=master";
|
2022-03-22 16:37:19 +01:00
|
|
|
flake = false;
|
|
|
|
};
|
2022-03-07 16:01:52 +01:00
|
|
|
|
2022-04-03 18:03:55 +02:00
|
|
|
fonts = {
|
|
|
|
url = "path:/home/h7x4/git/fonts";
|
|
|
|
flake = false;
|
|
|
|
};
|
|
|
|
|
2023-03-07 23:08:39 +01:00
|
|
|
sops-nix.url = "github:Mic92/sops-nix";
|
|
|
|
|
2023-01-04 14:32:11 +01:00
|
|
|
osuchan = {
|
|
|
|
url = "git+file:///home/h7x4/git/osuchan-line-bot";
|
2023-07-12 02:09:54 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
2023-01-04 14:32:11 +01:00
|
|
|
};
|
|
|
|
|
2022-03-22 23:05:42 +01:00
|
|
|
website = {
|
2024-06-02 16:22:38 +02:00
|
|
|
url = "git+https://git.pvv.ntnu.no/oysteikt/nani.wtf?ref=main";
|
2022-03-22 23:05:42 +01:00
|
|
|
# url = "path:/home/h7x4/git/nani.wtf";
|
2023-01-04 01:31:11 +01:00
|
|
|
# inputs.nixpkgs.follows = "nixpkgs";
|
2022-03-22 23:05:42 +01:00
|
|
|
};
|
|
|
|
|
2023-01-03 22:45:41 +01:00
|
|
|
maunium-stickerpicker = {
|
2023-10-06 13:25:45 +02:00
|
|
|
# url = "git+file:///home/h7x4/git/maunium-stickerpicker-nix";
|
|
|
|
url = "github:h7x4/maunium-stickerpicker-nix/project-rewrite";
|
2023-01-03 22:45:41 +01:00
|
|
|
};
|
|
|
|
|
2023-01-16 16:06:34 +01:00
|
|
|
minecraft = {
|
|
|
|
url = "github:infinidoge/nix-minecraft";
|
2023-07-12 02:09:54 +02:00
|
|
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
2023-01-16 16:06:34 +01:00
|
|
|
};
|
|
|
|
|
2023-01-20 19:52:04 +01:00
|
|
|
matrix-synapse-next = {
|
2023-12-18 20:59:48 +01:00
|
|
|
url = "github:dali99/nixos-matrix-modules/v0.5.0";
|
2023-01-20 19:52:04 +01:00
|
|
|
};
|
|
|
|
|
2022-06-21 01:47:36 +02:00
|
|
|
vscode-server = {
|
2023-07-12 02:09:54 +02:00
|
|
|
url = "github:nix-community/nixos-vscode-server";
|
2022-06-21 01:47:36 +02:00
|
|
|
};
|
|
|
|
|
2022-03-07 16:01:52 +01:00
|
|
|
# Nix expressions and keys (TODO: move keys to another solution like agenix)
|
|
|
|
# which should be kept from the main repo for privacy reasons.
|
|
|
|
#
|
|
|
|
# Includes stuff like usernames, emails, ports, other server users, ssh hosts, etc.
|
|
|
|
secrets = {
|
|
|
|
# TODO: Push this to a remote.
|
|
|
|
url = "git+file:///home/h7x4/git/nix-secrets";
|
|
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-06-21 01:47:36 +02:00
|
|
|
outputs = inputs@{
|
2022-03-22 23:05:42 +01:00
|
|
|
self,
|
|
|
|
nixpkgs,
|
2022-11-19 16:14:18 +01:00
|
|
|
nixpkgs-unstable,
|
2022-03-22 23:05:42 +01:00
|
|
|
home-manager,
|
2022-11-19 16:35:01 +01:00
|
|
|
home-manager-local,
|
2023-01-20 19:52:04 +01:00
|
|
|
|
|
|
|
dotfiles,
|
2022-04-03 18:03:55 +02:00
|
|
|
fonts,
|
2023-01-20 19:52:04 +01:00
|
|
|
matrix-synapse-next,
|
2023-01-03 22:45:41 +01:00
|
|
|
maunium-stickerpicker,
|
2023-01-16 16:06:34 +01:00
|
|
|
minecraft,
|
2023-01-20 19:52:04 +01:00
|
|
|
nix-attr-search,
|
|
|
|
osuchan,
|
|
|
|
secrets,
|
2023-03-07 23:08:39 +01:00
|
|
|
sops-nix,
|
2023-01-20 19:52:04 +01:00
|
|
|
vscode-server,
|
2022-11-19 16:14:18 +01:00
|
|
|
website
|
2022-03-22 23:05:42 +01:00
|
|
|
}: let
|
2022-03-07 16:01:52 +01:00
|
|
|
system = "x86_64-linux";
|
|
|
|
|
2022-11-19 16:14:18 +01:00
|
|
|
pkgs-config = {
|
2022-03-07 16:01:52 +01:00
|
|
|
inherit system;
|
|
|
|
|
|
|
|
config = {
|
|
|
|
allowUnfree = true;
|
|
|
|
android_sdk.accept_license = true;
|
|
|
|
};
|
|
|
|
|
2023-07-12 02:09:54 +02:00
|
|
|
overlays = let
|
2023-03-17 00:54:36 +01:00
|
|
|
nonrecursive-unstable-pkgs = nixpkgs-unstable.legacyPackages.${system};
|
|
|
|
in [
|
2023-07-12 02:09:54 +02:00
|
|
|
(self: super: { kanidm = nonrecursive-unstable-pkgs.kanidm; })
|
2023-03-17 00:54:36 +01:00
|
|
|
(self: super: { pgadmin4 = nonrecursive-unstable-pkgs.pgadmin4; })
|
2023-07-28 17:59:34 +02:00
|
|
|
(self: super: { pcloud = unstable-pkgs.callPackage ./package-overrides/pcloud.nix {}; })
|
2023-03-07 23:19:13 +01:00
|
|
|
osuchan.overlays.default
|
2023-07-28 17:59:34 +02:00
|
|
|
(self: super: {
|
|
|
|
mpv-unwrapped = super.mpv-unwrapped.override {
|
2023-12-18 20:59:48 +01:00
|
|
|
ffmpeg = super.ffmpeg_6-full;
|
2023-07-28 17:59:34 +02:00
|
|
|
};
|
|
|
|
})
|
|
|
|
# (self: super: {
|
|
|
|
# systemd = super.systemd.overrideAttrs (final: prev: {
|
|
|
|
# mesonFlags = prev.mesonFlags ++ [ "-Dsystemd-socket-proxyd=true" ];
|
|
|
|
# });
|
|
|
|
# })
|
2023-03-07 23:19:13 +01:00
|
|
|
];
|
2022-08-18 23:15:50 +02:00
|
|
|
};
|
|
|
|
|
2022-11-19 16:14:18 +01:00
|
|
|
pkgs = import nixpkgs pkgs-config;
|
|
|
|
unstable-pkgs = import nixpkgs-unstable pkgs-config;
|
2022-03-07 16:01:52 +01:00
|
|
|
in {
|
2022-11-19 16:14:18 +01:00
|
|
|
extendedLib = import ./lib { stdlib = pkgs.lib; };
|
2022-04-03 18:03:55 +02:00
|
|
|
|
2023-02-25 17:53:55 +01:00
|
|
|
inherit pkgs;
|
|
|
|
|
2023-07-28 17:59:34 +02:00
|
|
|
packages.${system} = {
|
|
|
|
inherit (pkgs) kanidm pcloud;
|
|
|
|
};
|
|
|
|
|
2023-03-07 23:08:39 +01:00
|
|
|
devShells.${system}.default = pkgs.mkShell {
|
|
|
|
packages = with pkgs; [ sops ];
|
|
|
|
};
|
|
|
|
|
2022-03-07 16:01:52 +01:00
|
|
|
homeConfigurations = {
|
|
|
|
h7x4 = home-manager.lib.homeManagerConfiguration {
|
|
|
|
inherit system;
|
|
|
|
inherit pkgs;
|
|
|
|
|
|
|
|
username = "h7x4";
|
|
|
|
homeDirectory = "/home/h7x4";
|
2022-06-12 00:23:10 +02:00
|
|
|
stateVersion = "22.05";
|
2022-03-07 16:01:52 +01:00
|
|
|
configuration = {
|
|
|
|
imports = [
|
2022-08-19 01:54:13 +02:00
|
|
|
./home/home.nix
|
2023-07-28 21:48:15 +02:00
|
|
|
./modules/machineVars.nix
|
2022-03-07 16:01:52 +01:00
|
|
|
];
|
2022-06-21 01:47:36 +02:00
|
|
|
|
|
|
|
machineVars = {
|
|
|
|
headless = false;
|
|
|
|
fixDisplayCommand = "echo 'not available'";
|
|
|
|
gaming = true;
|
|
|
|
development = true;
|
|
|
|
laptop = false;
|
|
|
|
};
|
2022-03-07 16:01:52 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
nixosConfigurations = let
|
2022-06-21 01:47:36 +02:00
|
|
|
nixSys = name:
|
2022-03-07 16:01:52 +01:00
|
|
|
nixpkgs.lib.nixosSystem {
|
|
|
|
inherit system;
|
|
|
|
inherit pkgs;
|
2022-04-03 18:03:55 +02:00
|
|
|
inherit (pkgs) lib;
|
2022-03-07 16:01:52 +01:00
|
|
|
modules = [
|
2022-04-03 18:03:55 +02:00
|
|
|
"${home-manager}/nixos"
|
2023-07-28 21:48:15 +02:00
|
|
|
./modules/machineVars.nix
|
|
|
|
./modules/socketActivation.nix
|
2022-04-03 18:03:55 +02:00
|
|
|
./hosts/common.nix
|
2022-03-07 16:01:52 +01:00
|
|
|
./hosts/${name}/configuration.nix
|
2022-08-19 14:50:03 +02:00
|
|
|
|
2023-12-18 20:59:48 +01:00
|
|
|
matrix-synapse-next.nixosModules.default
|
2023-07-12 02:09:54 +02:00
|
|
|
osuchan.outputs.nixosModules.default
|
|
|
|
secrets.outputs.nixos-config
|
2023-03-07 23:08:39 +01:00
|
|
|
sops-nix.nixosModules.sops
|
2023-07-12 02:09:54 +02:00
|
|
|
vscode-server.nixosModules.default
|
2023-10-06 13:25:45 +02:00
|
|
|
maunium-stickerpicker.nixosModules.default
|
2023-07-12 02:09:54 +02:00
|
|
|
|
|
|
|
(args: import minecraft.outputs.nixosModules.minecraft-servers (args // {
|
|
|
|
pkgs = unstable-pkgs;
|
|
|
|
lib = unstable-pkgs.lib;
|
|
|
|
}))
|
2022-08-19 14:50:03 +02:00
|
|
|
|
2022-08-18 23:15:50 +02:00
|
|
|
{
|
|
|
|
config._module.args = {
|
|
|
|
inherit inputs;
|
|
|
|
inherit unstable-pkgs;
|
2022-11-19 16:14:18 +01:00
|
|
|
inherit (self) extendedLib;
|
2022-08-19 14:50:03 +02:00
|
|
|
secrets = secrets.outputs.settings;
|
2022-08-18 23:15:50 +02:00
|
|
|
};
|
|
|
|
}
|
2022-08-19 14:50:03 +02:00
|
|
|
|
|
|
|
({ config, ... }:
|
|
|
|
{
|
|
|
|
home-manager = {
|
|
|
|
useGlobalPkgs = true;
|
2022-11-19 16:14:18 +01:00
|
|
|
extraSpecialArgs = {
|
|
|
|
inherit inputs;
|
|
|
|
inherit (self) extendedLib;
|
|
|
|
secrets = secrets.outputs.settings;
|
|
|
|
};
|
2022-08-19 14:50:03 +02:00
|
|
|
|
|
|
|
users.h7x4 = import ./home/home.nix {
|
|
|
|
inherit pkgs;
|
|
|
|
inherit inputs;
|
2022-11-19 16:14:18 +01:00
|
|
|
inherit (pkgs) lib;
|
2023-07-28 21:48:15 +02:00
|
|
|
inherit (config) machineVars;
|
2022-11-19 16:14:18 +01:00
|
|
|
inherit (self) extendedLib;
|
2022-08-19 14:50:03 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
})
|
2022-03-07 16:01:52 +01:00
|
|
|
];
|
2022-06-21 01:47:36 +02:00
|
|
|
};
|
2022-03-07 16:01:52 +01:00
|
|
|
in {
|
2024-01-23 05:33:48 +01:00
|
|
|
tsuki = nixSys "tsuki";
|
2022-06-21 01:47:36 +02:00
|
|
|
Eisei = nixSys "eisei";
|
|
|
|
kasei = nixSys "kasei";
|
2022-11-19 21:27:31 +01:00
|
|
|
home-manager-tester = nixpkgs-unstable.lib.nixosSystem {
|
2022-11-19 16:35:01 +01:00
|
|
|
inherit system;
|
|
|
|
pkgs = unstable-pkgs;
|
|
|
|
inherit (unstable-pkgs) lib;
|
|
|
|
modules = [
|
|
|
|
"${home-manager-local}/nixos"
|
|
|
|
./hosts/special/home-manager-tester/configuration.nix
|
|
|
|
{
|
|
|
|
config._module.args = {
|
|
|
|
pkgs = unstable-pkgs;
|
|
|
|
# inherit (self) extendedLib;
|
|
|
|
# secrets = secrets.outputs.settings;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
2022-03-07 16:01:52 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|