mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Cleanup stuff only necessary
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# For this a disk with the label nextcloud is required
|
||||
|
||||
# Setting the filesystem for nextcloud
|
||||
fileSystems."/mnt/nextcloudStorage" = {
|
||||
device = "/dev/disk/by-label/nextcloud";
|
||||
|
||||
Reference in New Issue
Block a user