mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove iceshrimp first try part ♾️
This commit is contained in:
parent
09bbfe50f2
commit
6cd0cef98b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
{ pkgs, config, iceshrimp, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./../../modules/core
|
./../../modules/core
|
||||||
./../../modules/services/violet.nix
|
./../../modules/services/violet.nix
|
||||||
iceshrimp.nixosModules.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "violet";
|
networking.hostName = "violet";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue