Small formatting changes to stuff and such
This commit is contained in:
parent
505298331e
commit
8ecb59be3e
5 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
||||||
# nixos-generate-config --root ./ --no-filesystems
|
|
||||||
{ config, lib, modulesPath, ... }:
|
{ config, lib, modulesPath, ... }:
|
||||||
{
|
{
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
fileSystems."/persist/storage" = {
|
fileSystems."/persist/storage" = {
|
||||||
device = "/dev/disk/by-uuid/ef465845-cc56-4db5-9260-8ae515eb025e";
|
device = "/dev/disk/by-uuid/ef465845-cc56-4db5-9260-8ae515eb025e";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
noCheck = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/mnt/Windrive" = {
|
"/mnt/Windrive" = {
|
||||||
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
|
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
|
||||||
|
fsType = "ntfs";
|
||||||
options = [ "nosuid" "nodev" ];
|
options = [ "nosuid" "nodev" ];
|
||||||
};
|
};
|
||||||
"/home/${config.sysusers.main}/Midas" = {
|
"/home/${config.sysusers.main}/Midas" = {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# nixos-generate-config --root ./ --no-filesystems
|
|
||||||
{ config, lib, modulesPath, ... }:
|
{ config, lib, modulesPath, ... }:
|
||||||
{
|
{
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
trusted_proxies = [ "127.0.0.1" ];
|
trusted_proxies = [ "127.0.0.1" ];
|
||||||
trusted_domains = [ "files.nixfox.ca" ];
|
trusted_domains = [ config.services.nextcloud.hostName ];
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
mail_smtphost = "mx.nixfox.ca";
|
mail_smtphost = "mx.nixfox.ca";
|
||||||
mail_domain = "nixfox.ca";
|
mail_domain = "nixfox.ca";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue