move dropbox
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
imports = [
|
imports =
|
||||||
./hardware-configuration.nix
|
[ ./hardware-configuration.nix ./program-packages/dropbox/default.nix ];
|
||||||
#./home/programs/dropbox/default.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./dropbox
|
|
||||||
./git.nix
|
./git.nix
|
||||||
./neovim
|
./neovim
|
||||||
./obs
|
./obs
|
||||||
./rofi
|
./rofi
|
||||||
./signal
|
./signal.nix
|
||||||
./telegram.nix
|
./telegram.nix
|
||||||
./wallpaper.nix
|
./wallpaper.nix
|
||||||
./xmonad
|
./xmonad
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.systemPackages = with pkgs; [ dropbox dropbox-cli ];
|
environment.systemPackages = with pkgs; [ dropbox dropbox-cli ];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 17500 ];
|
allowedTCPPorts = [ 17500 ];
|
||||||
Reference in New Issue
Block a user