Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created December 6, 2022 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/5aa4e25094d8f15c522877b483876e46 to your computer and use it in GitHub Desktop.
Save Mic92/5aa4e25094d8f15c522877b483876e46 to your computer and use it in GitHub Desktop.
[root@nixos:/]# cat etc/fstab
# This is a generated file. Do not edit!
#
# To make changes, edit the fileSystems and swapDevices NixOS options
# in your /etc/nixos/configuration.nix file.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# Filesystems.
/dev/md/root / ext4 defaults 0 1
# Swap devices.
/dev/mapper/cryptedswap none swap defaults
[root@nixos:/]# ls -la /dev/md
total 0
drwxr-xr-x 2 root root 60 Dec 6 10:35 .
drwxr-xr-x 18 root root 3400 Dec 6 10:35 ..
lrwxrwxrwx 1 root root 8 Dec 6 10:35 nixos:root -> ../md127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment