init
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, user, pkgs, modulesPath, ... }:
|
||||
{ config, lib, user, host, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -19,10 +19,10 @@
|
||||
device = "/dev/disk/by-label/EFI";
|
||||
fsType = "vfat";
|
||||
};
|
||||
fileSystems."/home/${user}/shared" = {
|
||||
device = "/dev/disk/by-label/shared";
|
||||
fsType = "ntfs";
|
||||
};
|
||||
#fileSystems."/home/${user}/shared" = if {
|
||||
# device = "/dev/disk/by-label/shared";
|
||||
# fsType = if host == "NxXPS" then "ntfs" else "btrfs";
|
||||
#};
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-label/swap"; }
|
||||
|
||||
Reference in New Issue
Block a user