Nomenclature change: roles to profiles
This commit is contained in:
parent
e2f94d2ea9
commit
554b66dcde
|
@ -5,8 +5,8 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../roles/host_common.nix
|
../profiles/host_common.nix
|
||||||
../roles/server_common.nix
|
../profiles/server_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the right package architecture is used
|
# Ensure the right package architecture is used
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
[
|
[
|
||||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||||
../hardware/raspberry_pi_2_model_B.nix
|
../hardware/raspberry_pi_2_model_B.nix
|
||||||
../roles/host_common.nix
|
../profiles/host_common.nix
|
||||||
../roles/pi_common.nix
|
../profiles/pi_common.nix
|
||||||
../roles/server_common.nix
|
../profiles/server_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the right package architecture is used
|
# Ensure the right package architecture is used
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
[
|
[
|
||||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||||
../hardware/raspberry_pi_3_model_B.nix
|
../hardware/raspberry_pi_3_model_B.nix
|
||||||
../roles/host_common.nix
|
../profiles/host_common.nix
|
||||||
../roles/pi_common.nix
|
../profiles/pi_common.nix
|
||||||
../roles/server_common.nix
|
../profiles/server_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the right package architecture is used
|
# Ensure the right package architecture is used
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../clusters/linode.nix
|
../clusters/linode.nix
|
||||||
../roles/cardano-node.nix
|
../profiles/cardano-node.nix
|
||||||
#../roles/monitoring.nix
|
|
||||||
../secrets/airgead.nix
|
../secrets/airgead.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -7,19 +7,19 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../clusters/linode.nix
|
../clusters/linode.nix
|
||||||
../roles/coturn.nix
|
../profiles/coturn.nix
|
||||||
../roles/cryptpad.nix
|
../profiles/cryptpad.nix
|
||||||
../roles/cyclone-ibis.nix
|
#../profiles/cyclone-ibis.nix
|
||||||
../roles/gitea.nix
|
../profiles/gitea.nix
|
||||||
#../roles/hydra.nix
|
#../profiles/hydra.nix
|
||||||
../roles/iohk.nix
|
../profiles/iohk.nix
|
||||||
../roles/matrix.nix
|
../profiles/matrix.nix
|
||||||
../roles/mcwhirter.io.nix
|
#../profiles/mcwhirter.io.nix
|
||||||
../roles/nextcloud.nix
|
../profiles/nextcloud.nix
|
||||||
../roles/nixpkgs-dev.nix
|
../profiles/nixpkgs-dev.nix
|
||||||
../roles/taskserver.nix
|
../profiles/taskserver.nix
|
||||||
#../roles/tmate-ssh-server.nix
|
#../profiles/tmate-ssh-server.nix
|
||||||
../roles/tt-rss.nix
|
../profiles/tt-rss.nix
|
||||||
../secrets/gitea.nix
|
../secrets/gitea.nix
|
||||||
../secrets/tt-rss.nix
|
../secrets/tt-rss.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,22 +6,22 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../hardware/purism_librem_15.nix # Include the results of the hardware scan.
|
../hardware/purism_librem_15.nix # Include the results of the hardware scan.
|
||||||
../roles/android.nix # Provide an Android dev environment
|
../profiles/android.nix # Provide an Android dev environment
|
||||||
../roles/cron-craige.nix # Provide Craige's cron jobs
|
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||||
../roles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
||||||
../roles/desktop-feeds.nix # Tools for news feeds and podcasts
|
../profiles/desktop-feeds.nix # Tools for news feeds and podcasts
|
||||||
../roles/haskell-dev.nix # Haskel dev environment
|
../profiles/haskell-dev.nix # Haskel dev environment
|
||||||
../roles/host_common.nix # Common host configuration options
|
../profiles/host_common.nix # Common host configuration options
|
||||||
../roles/iohk.nix # IOHK environment
|
../profiles/iohk.nix # IOHK environment
|
||||||
../roles/neomutt.nix # Neomutt email
|
../profiles/neomutt.nix # Neomutt email
|
||||||
../roles/nix-community.nix # Nix community aarch64 tooling
|
../profiles/nix-community.nix # Nix community aarch64 tooling
|
||||||
../roles/nix-mio-ops.nix # mio-ops Nix tooling
|
../profiles/nix-mio-ops.nix # mio-ops Nix tooling
|
||||||
../roles/nixpkgs-dev.nix # Nix pkgs dev tools
|
../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||||
../roles/openssh.nix # Enable and configure openssh
|
../profiles/openssh.nix # Enable and configure openssh
|
||||||
../roles/qemu.nix # Qemu virtualisation
|
../profiles/qemu.nix # Qemu virtualisation
|
||||||
../roles/weechat.nix # Weechat environment
|
../profiles/weechat.nix # Weechat environment
|
||||||
../roles/xmonad.nix # Xmonad desktop environment
|
../profiles/xmonad.nix # Xmonad desktop environment
|
||||||
../roles/yubikey.nix # Yubikey tooling
|
../profiles/yubikey.nix # Yubikey tooling
|
||||||
../secrets/craige.nix # Ssshhhhh!
|
../secrets/craige.nix # Ssshhhhh!
|
||||||
../secrets/root.nix # Ssshhhhh!
|
../secrets/root.nix # Ssshhhhh!
|
||||||
../secrets/wireless.nix # Hey look! A squirrel!
|
../secrets/wireless.nix # Hey look! A squirrel!
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
zlib
|
zlib
|
||||||
zlib.dev
|
zlib.dev
|
||||||
(
|
(
|
||||||
import ../roles/vim.nix
|
import ../profiles/vim.nix
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/lenovo_x201.nix
|
../hardware/lenovo_x201.nix
|
||||||
../roles/desktop_common.nix
|
../profiles/desktop_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../clusters/pi3B_rack.nix
|
../clusters/pi3B_rack.nix
|
||||||
../roles/transmission.nix
|
../profiles/transmission.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/lenovo_x201.nix
|
../hardware/lenovo_x201.nix
|
||||||
../roles/desktop_common.nix
|
../profiles/desktop_common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/lenovo_x201.nix
|
../hardware/lenovo_x201.nix
|
||||||
../roles/desktop_common.nix
|
../profiles/desktop_common.nix
|
||||||
../roles/haskell-dev.nix
|
../profiles/haskell-dev.nix
|
||||||
../roles/kids-dev.nix
|
../profiles/kids-dev.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.117";
|
deployment.targetHost = "10.42.0.127";
|
||||||
networking.hostName = "teintidh"; # Define your hostname.
|
networking.hostName = "teintidh"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../roles/games-kids.nix
|
../profiles/games-kids.nix
|
||||||
../roles/host_common.nix
|
../profiles/host_common.nix
|
||||||
../roles/daedalus.nix
|
../profiles/daedalus.nix
|
||||||
../roles/openssh.nix
|
../profiles/openssh.nix
|
||||||
../secrets/user-craige.nix
|
../secrets/user-craige.nix
|
||||||
../secrets/user-fiona.nix
|
../secrets/user-fiona.nix
|
||||||
../secrets/user-hamish.nix
|
../secrets/user-hamish.nix
|
|
@ -91,7 +91,7 @@
|
||||||
#openssl # A cryptographic library that implements the SSL and TLS protocols
|
#openssl # A cryptographic library that implements the SSL and TLS protocols
|
||||||
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
|
ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep
|
||||||
(
|
(
|
||||||
import ../roles/vim.nix
|
import ../profiles/vim.nix
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
variables = {
|
variables = {
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../roles/openssh.nix
|
../profiles/openssh.nix
|
||||||
../secrets/user-craige.nix
|
../secrets/user-craige.nix
|
||||||
../secrets/user-root.nix
|
../secrets/user-root.nix
|
||||||
];
|
];
|
Loading…
Reference in a new issue