diff options
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r-- | manifests/desktop.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp deleted file mode 100644 index 7e83732..0000000 --- a/manifests/desktop.pp +++ /dev/null @@ -1,7 +0,0 @@ -class nodo::desktop inherits nodo::personal { - include nodo::utils::desktop - - class { [ 'nodo::subsystem::fstab', 'nodo::subsystem::crypttab' ]: - type => 'desktop', - } -} |