This commit is contained in:
Miguel Palhas
2024-10-06 11:58:05 +01:00
parent f7f284d8b8
commit 50e1242992
4 changed files with 7 additions and 5 deletions
-1
View File
@@ -18,7 +18,6 @@ in
../common/features/pipewire.nix
../common/features/docker.nix
../common/features/fonts.nix
../common/features/syncthing.nix
];
networking.hostName = "arrakis";
-4
View File
@@ -1,4 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.syncthing ];
}