From 8638ef766318e9c37ca1b3ec6285bb342eb62e99 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Jun 2018 22:30:38 -0700 Subject: [PATCH 1/2] [NixOS] Mount backups drive on imalison-home --- nixos/machines/imalison-home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/machines/imalison-home.nix b/nixos/machines/imalison-home.nix index 74ea182e..11f4b981 100644 --- a/nixos/machines/imalison-home.nix +++ b/nixos/machines/imalison-home.nix @@ -27,10 +27,10 @@ fsType = "ext4"; }; - # fileSystems."/shared" = { - # device = "/dev/disk/by-uuid/4b6f1ca8-6b68-4bdb-b92c-d2d7ba080928"; - # fsType = "ntfs"; - # }; + fileSystems."/backups" = { + device = "/dev/disk/by-uuid/752E628C67697A81"; + fsType = "ntfs"; + }; swapDevices = [ { device = "/dev/disk/by-uuid/a6933b22-c7f4-4c57-b330-1450f313922e"; } From 83523d717c5fe7d01d46b1669158acae2cd17cf4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Jun 2018 22:30:58 -0700 Subject: [PATCH 2/2] [NixOS] Add a few packages --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5d23d8cc..4c4d56fb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -149,6 +149,7 @@ in feh gnome3.gpaste kdeconnect + lxqt-powermanagement networkmanagerapplet pasystray-appindicator pinentry @@ -177,6 +178,7 @@ in # Tools binutils + dfeet gcc gitFull git-sync @@ -190,6 +192,7 @@ in python-with-my-packages qt5.qttools rcm + scrot silver-searcher stow tmux