Skip to content

Commit

Permalink
refactor: rename base->ocf and desktop->ocf_desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 23, 2024
1 parent 693da33 commit dcc86d5
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
./modules/ocf/network.nix
./modules/ocf/shell.nix
./modules/ocf/tmpfs-home.nix
./profiles/base.nix
./profiles/ocf.nix
];

# ============== #
Expand Down
2 changes: 1 addition & 1 deletion hosts/bandit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "bandit";
Expand Down
2 changes: 1 addition & 1 deletion hosts/bolt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "bolt";
Expand Down
2 changes: 1 addition & 1 deletion hosts/breezy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "breezy";
Expand Down
2 changes: 1 addition & 1 deletion hosts/callie.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "callie";
Expand Down
2 changes: 1 addition & 1 deletion hosts/fred.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "fred";
Expand Down
2 changes: 1 addition & 1 deletion hosts/gabriel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "gabriel";
Expand Down
2 changes: 1 addition & 1 deletion hosts/lexy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "lexy";
Expand Down
2 changes: 1 addition & 1 deletion hosts/marshmallow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "marshmallow";
Expand Down
2 changes: 1 addition & 1 deletion hosts/misty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "misty";
Expand Down
2 changes: 1 addition & 1 deletion hosts/pumpkin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "pumpkin";
Expand Down
2 changes: 1 addition & 1 deletion hosts/shadow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "shadow";
Expand Down
2 changes: 1 addition & 1 deletion hosts/smokey.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "smokey";
Expand Down
2 changes: 1 addition & 1 deletion hosts/snowball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/snowball.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "snowball";
Expand Down
2 changes: 1 addition & 1 deletion hosts/socks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "socks";
Expand Down
2 changes: 1 addition & 1 deletion hosts/spots.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "spots";
Expand Down
2 changes: 1 addition & 1 deletion hosts/sunny.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "sunny";
Expand Down
2 changes: 1 addition & 1 deletion hosts/tabitha.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
imports = [
../hardware/ridge-pc.nix
../profiles/desktop.nix
../profiles/ocf_desktop.nix
];

networking.hostName = "tabitha";
Expand Down
2 changes: 1 addition & 1 deletion modules/ocf/graphical.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: Move some of this config to profiles/desktop.nix.
# TODO: Move some of this config to profiles/ocf_desktop.nix.
# This file should contain basic DE setup but not the big KDE config, etc.

{ lib, config, pkgs, ... }:
Expand Down
2 changes: 2 additions & 0 deletions profiles/base.nix → profiles/ocf.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# The main OCF configuration profile. Automatically included by all hosts.

{ pkgs, lib, inputs, ... }:

{
Expand Down
2 changes: 2 additions & 0 deletions profiles/desktop.nix → profiles/ocf_desktop.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Configuration profile for lab desktops.

{ pkgs, lib, inputs, ... }:

{
Expand Down

0 comments on commit dcc86d5

Please sign in to comment.