switching all smb to nfs
This commit is contained in:
parent
b0c634ab81
commit
d3c74e5bfa
3 changed files with 3 additions and 9 deletions
|
@ -13,7 +13,6 @@
|
|||
./hardware-configuration.nix
|
||||
./razer-speaker-fix.nix
|
||||
|
||||
# sops-config
|
||||
niri
|
||||
kanata
|
||||
filesystems-filez
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue