switching all smb to nfs

This commit is contained in:
Matt Nish-Lapidus 2025-04-05 14:38:03 -04:00
parent b0c634ab81
commit d3c74e5bfa
3 changed files with 3 additions and 9 deletions

View file

@ -3,7 +3,6 @@
{
imports = with nix-config.nixosModules; [
./hardware-configuration.nix
# sops-config
filesystems-filez
];
@ -66,10 +65,6 @@
# Set your time zone.
time.timeZone = "America/Toronto";
sops-config = {
key-file = "/home/media/.config/sops/age/keys.txt";
};
# Define a user account. Don't forget to set a password with passwd.
users.users.media = {
isNormalUser = true;