Skip to content

Commit

Permalink
🚚 Rename common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 20, 2024
1 parent 9243cad commit 9e62163
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 78 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions hosts/cherry/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../common/configuration.nix
../!common/configuration.nix
];

hostName = "cherry"; # Define your hostname.
networking.hostName = "cherry"; # Define your hostname.

system.stateVersion = "24.05"; # Did you read the comment?

Expand Down
2 changes: 1 addition & 1 deletion hosts/pineapple/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../common/configuration.nix
../@common/configuration.nix
];

# Use the systemd-boot EFI boot loader.
Expand Down
75 changes: 0 additions & 75 deletions linux/hardware-configuration-cherry.nix

This file was deleted.

0 comments on commit 9e62163

Please sign in to comment.